From 3fd36d075d0405c54bc217bdec8c1c7a826d0725 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 22 Sep 2016 17:07:46 -0700 Subject: [PATCH] [Emacs] Don't execute global on term-hydra start --- dotfiles/emacs.d/README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 1d997f7b..bd80706d 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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)