summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-07-01 11:59:24 +0100
committerAlan Pearce2014-07-01 11:59:24 +0100
commit8a5b48b06158e946adee6afbe8873b6cfc09853b (patch)
tree09f2ead29b1cc0edd222781d962bb19c93598f73 /tag-emacs/emacs.d
parentf5f255488534a49fd6bc3c8e91763270a21b7326 (diff)
downloaddotfiles-8a5b48b06158e946adee6afbe8873b6cfc09853b.tar.lz
dotfiles-8a5b48b06158e946adee6afbe8873b6cfc09853b.tar.zst
dotfiles-8a5b48b06158e946adee6afbe8873b6cfc09853b.zip
Emacs: Configure popwin to tame helm windows
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index d0fab11..de3db29 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