From 42b9a19452cd8ed458d77fdaebad91d290cc4e65 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Jul 2014 16:46:28 +0100 Subject: Emacs: fix typo in popwin configuration --- tag-emacs/emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tag-emacs/emacs.d') 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 -- cgit 1.4.1