[Emacs] Add current directory helm compile command

This commit is contained in:
Ivan Malison 2016-10-29 10:16:02 -07:00
parent 625ea2d5a1
commit c26f4eedc1
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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