fix(emacs): add irony
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
00c0576002
commit
22bde4112d
2 changed files with 4 additions and 0 deletions
|
@ -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 =============================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue