config/default: bind M-b => projectile-compile-project
+eval/build was removed a long time ago.
This commit is contained in:
parent
683e988952
commit
6e8473e66a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
;; Other sensible, textmate-esque global bindings
|
;; Other sensible, textmate-esque global bindings
|
||||||
:ne "M-r" #'+eval/buffer
|
:ne "M-r" #'+eval/buffer
|
||||||
:ne "M-R" #'+eval/region-and-replace
|
:ne "M-R" #'+eval/region-and-replace
|
||||||
:ne "M-b" #'+eval/build
|
:ne "M-b" #'projectile-compile-project
|
||||||
:ne "M-a" #'mark-whole-buffer
|
:ne "M-a" #'mark-whole-buffer
|
||||||
:ne "M-c" #'evil-yank
|
:ne "M-c" #'evil-yank
|
||||||
:ne "M-q" (if (daemonp) #'delete-frame #'evil-quit-all)
|
:ne "M-q" (if (daemonp) #'delete-frame #'evil-quit-all)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue