From 0a58b5dcc9e5439db949141c3977feb6d16687f9 Mon Sep 17 00:00:00 2001 From: oreodave Date: Mon, 5 Aug 2019 14:02:55 +0100 Subject: +Keybind to open a full make interface For compiling, it provides all recipes I may want to use --- doom.d/config.org | 1 + 1 file changed, 1 insertion(+) 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 as M-x rather than find-file because of my muscle memory with spacemacs ; General maps like j for indenting because I don't know what else to bind them to ; pf => project -> find file -- cgit v1.2.3-13-gbd6f