From 8a5b48b06158e946adee6afbe8873b6cfc09853b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Jul 2014 11:59:24 +0100 Subject: Emacs: Configure popwin to tame helm windows --- tag-emacs/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.el') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index d0fab113..de3db295 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1090,7 +1090,8 @@ (req-package popwin :config (progn - (popwin-mode 1))) + (popwin-mode 1) + (add-to-list 'popwin:special-display-config '(("^*helm.+*$" :regexp t :height 20))))) (req-package winner :init (progn -- cgit 1.4.1