From 071fa2cabe8b0f2fb684f155b0c3999db26de8a3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 15 Oct 2015 03:40:53 -0700 Subject: [PATCH] use imalison:term in helm-source --- dotfiles/emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index a1fa4677..e0641970 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1719,8 +1719,8 @@ window is active in the perspective." (let ((default-directory dir) (projectile-require-project-root nil) (helm-action-buffer "this-buffer-should-not-exist")) - (term-projectile))) - helm-source-projectile-projects))) + (imalison:term nil))) + helm-source-projectile-projects))) (use-package projectile :demand t