fix(emacs): remove redundant hook name for mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
53aa258f87
commit
eabb2ba37c
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@
|
||||||
(use-package inf-elixir :straight t)
|
(use-package inf-elixir :straight t)
|
||||||
(use-package nix-mode :straight t)
|
(use-package nix-mode :straight t)
|
||||||
(use-package irony :straight t
|
(use-package irony :straight t
|
||||||
:hook ((c++-mode-hook c-mode-hook) . irony-mode))
|
:hook ((c++-mode c-mode) . irony-mode))
|
||||||
|
|
||||||
|
|
||||||
;; ====== Custom =============================
|
;; ====== Custom =============================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue