all repos — nixfiles @ 42b9a19452cd8ed458d77fdaebad91d290cc4e65

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

Emacs: fix typo in popwin configuration
Alan Pearce alan@alanpearce.co.uk
Tue, 01 Jul 2014 16:46:28 +0100
commit

42b9a19452cd8ed458d77fdaebad91d290cc4e65

parent

25eaf8983b6c567087fda3b55b8bcaa1ddb071d2

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

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