From c26f4eedc1dd90cf24e0ce6dd96605940eb1fa1e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 29 Oct 2016 10:16:02 -0700 Subject: [PATCH] [Emacs] Add current directory helm compile command --- dotfiles/emacs.d/README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index f1a99272..e3977b59 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1475,7 +1475,8 @@ https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details (imalison:named-compile "glide up")) (defhydra imalison:compile nil "Compile" - ("s" imalison:projectile-helm-command-from-zsh "Select a command from shell history") + ("p" imalison:projectile-helm-command-from-zsh "Run a command in projectile root") + ("d" helm-command-from-zsh "Run a command in default directory") ("c" imalison:named-compile "Enter Custom Command") ("t" imalison:make-test "Test") ("u" imalison:glide-up "Update Dependencies"))