summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-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 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