all repos — nixfiles @ 8a5b48b06158e946adee6afbe8873b6cfc09853b

System and user configuration, managed by nix and home-manager

Emacs: Configure popwin to tame helm windows
Alan Pearce alan@alanpearce.co.uk
Tue, 01 Jul 2014 11:59:24 +0100
commit

8a5b48b06158e946adee6afbe8873b6cfc09853b

parent

f5f255488534a49fd6bc3c8e91763270a21b7326

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1090,7 +1090,8 @@ (current-buffer))) 
 (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