[Emacs] Don't execute global on term-hydra start

This commit is contained in:
Ivan Malison 2016-09-22 17:07:46 -07:00
parent 8f0da57f67
commit 3fd36d075d
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3127,8 +3127,7 @@ emr (emacs refactor) provides support for refactoring in many programming langua
(defhydra imalison:term-hydra-global
(:body-pre
(progn (setq imalison:term-hydra-original-default-directory
default-directory)
(term-projectile-global-forward-restored)))
default-directory)))
"term - global"
("f" term-projectile-global-forward-restored)
("b" term-projectile-global-backward-restored)