mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
config/default: bind M-b => projectile-compile-project
+eval/build was removed a long time ago.
This commit is contained in:
@ -53,7 +53,7 @@
|
||||
;; Other sensible, textmate-esque global bindings
|
||||
:ne "M-r" #'+eval/buffer
|
||||
: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-c" #'evil-yank
|
||||
:ne "M-q" (if (daemonp) #'delete-frame #'evil-quit-all)
|
||||
|
Reference in New Issue
Block a user