diff options
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 7c03b86..2b1ef9c 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -37,6 +37,7 @@ I like monokai :) :desc "Indent" "j" 'indent-region :desc "Open calendar" "rc" '(lambda() (interactive) (find-file "~/Text/calendar.org")) :desc "Open project files" "pf" 'projectile-find-file + :desc "Compile via make" "cC" '+make/run ; Redefine <SPC><SPC> as M-x rather than find-file because of my muscle memory with spacemacs ; General maps like <SPC>j for indenting because I don't know what else to bind them to ; <SPC>pf => project -> find file |