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"))