+some leader bindings

eval expression at ';', kill-emacs at 'q' and compile at 'cc'
This commit is contained in:
2020-08-15 00:01:17 +01:00
parent 5460412d96
commit 119ed6b20b

View File

@@ -166,9 +166,12 @@ and it's functionally equivalent the doom/spacemacs leader.
(leader
"!" #'async-shell-command
";" #'eval-expression
"SPC" #'execute-extended-command
"q" #'kill-emacs
"u" #'universal-argument
"cF" #'(lambda () (interactive) (find-file "~/Code/"))
"cc" #'compile
"si" #'imenu
"h" #'help-command)