1
0
Fork 0

fix(emacs): add irony

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-09-29 16:43:21 -04:00
parent 00c0576002
commit 22bde4112d
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 4 additions and 0 deletions

View file

@ -207,6 +207,9 @@
(use-package elixir-mode :straight t)
(use-package inf-elixir :straight t)
(use-package nix-mode :straight t)
(use-package irony :straight t
:hook ((c++-mode-hook irony-mode)
(c-mode-hook irony-mode)))
;; ====== Custom =============================