1
0
Fork 0

fix(emacs): remove redundant hook name for mode

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-10-31 00:52:24 -04:00
parent 53aa258f87
commit eabb2ba37c
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -210,7 +210,7 @@
(use-package inf-elixir :straight t)
(use-package nix-mode :straight t)
(use-package irony :straight t
:hook ((c++-mode-hook c-mode-hook) . irony-mode))
:hook ((c++-mode c-mode) . irony-mode))
;; ====== Custom =============================