aboutsummaryrefslogtreecommitdiff
path: root/doom.d
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-08-05 14:02:55 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-08-05 14:02:55 +0100
commit0a58b5dcc9e5439db949141c3977feb6d16687f9 (patch)
tree1fa99ecacb3bdab344b85f63b5630b5137318f72 /doom.d
parente37a25511b29264b2a6fc9e6fadae86b44eeedc1 (diff)
downloaddotfiles-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
Diffstat (limited to 'doom.d')
-rw-r--r--doom.d/config.org1
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