[Emacs] Add global keybinds for compile and recompile

This commit is contained in:
Lucien Cartier-Tilet 2023-03-10 15:34:19 +01:00
parent b4d27af37a
commit f6772efd86
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 0 deletions

View File

@ -8337,6 +8337,10 @@ Undefining some stuff to make keybind prefixes work correctly.
#+end_src
#+begin_src emacs-lisp
(general-define-key
"<f5>" #'compile
"<f6>" #'recompile)
(phundrak/leader-key
"SPC" '(counsel-M-x :wk "M-x")
"'" #'shell-pop