+some leader bindings
eval expression at ';', kill-emacs at 'q' and compile at 'cc'
This commit is contained in:
@@ -166,9 +166,12 @@ and it's functionally equivalent the doom/spacemacs leader.
|
|||||||
|
|
||||||
(leader
|
(leader
|
||||||
"!" #'async-shell-command
|
"!" #'async-shell-command
|
||||||
|
";" #'eval-expression
|
||||||
"SPC" #'execute-extended-command
|
"SPC" #'execute-extended-command
|
||||||
|
"q" #'kill-emacs
|
||||||
"u" #'universal-argument
|
"u" #'universal-argument
|
||||||
"cF" #'(lambda () (interactive) (find-file "~/Code/"))
|
"cF" #'(lambda () (interactive) (find-file "~/Code/"))
|
||||||
|
"cc" #'compile
|
||||||
"si" #'imenu
|
"si" #'imenu
|
||||||
"h" #'help-command)
|
"h" #'help-command)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user