diff --git a/.emacs.d/include/priime-languages.el b/.emacs.d/include/priime-languages.el index eaef563..836f66d 100644 --- a/.emacs.d/include/priime-languages.el +++ b/.emacs.d/include/priime-languages.el @@ -100,7 +100,7 @@ (use-package inf-elixir :straight t) (use-package nix-mode :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)) (provide 'priime-languages)