fix(emacs): limit keybind to irony mode mapping
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
244ac6b140
commit
6d1e0d6c9f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,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
|
||||||
:bind (("C-c C-c" . custom-compile-c++))
|
:bind (:map irony-mode-map ("C-c C-c" . custom-compile-c++))
|
||||||
:hook ((c++-mode c-mode) . irony-mode))
|
:hook ((c++-mode c-mode) . irony-mode))
|
||||||
|
|
||||||
(provide 'priime-languages)
|
(provide 'priime-languages)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue