diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index ca3842f..3417cce 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1091,8 +1091,8 @@ (req-package popwin :config (progn - (popwin-mode 1) - (add-to-list 'popwin:special-display-config '(("^*helm.+*$" :regexp t :height 20))))) + (popwin-mode -1) + (add-to-list 'popwin:special-display-config '("^*helm.+*$" :regexp t :height 20)))) (req-package winner :init (progn |