diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-05 14:02:55 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-05 14:02:55 +0100 |
commit | 0a58b5dcc9e5439db949141c3977feb6d16687f9 (patch) | |
tree | 1fa99ecacb3bdab344b85f63b5630b5137318f72 | |
parent | e37a25511b29264b2a6fc9e6fadae86b44eeedc1 (diff) | |
download | dotfiles-0a58b5dcc9e5439db949141c3977feb6d16687f9.tar.gz dotfiles-0a58b5dcc9e5439db949141c3977feb6d16687f9.tar.bz2 dotfiles-0a58b5dcc9e5439db949141c3977feb6d16687f9.zip |
+Keybind to open a full make interface
For compiling, it provides all recipes I may want to use
-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 |