[Emacs] Add global keybinds for compile and recompile

This commit is contained in:
2023-03-10 15:34:19 +01:00
parent b4d27af37a
commit f6772efd86

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