summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-07-01 16:46:28 +0100
committerAlan Pearce2014-07-01 16:46:28 +0100
commit42b9a19452cd8ed458d77fdaebad91d290cc4e65 (patch)
tree3eee0240b355d10a5e4de71656644ce4f9d9395c
parent25eaf8983b6c567087fda3b55b8bcaa1ddb071d2 (diff)
downloaddotfiles-42b9a19452cd8ed458d77fdaebad91d290cc4e65.tar.lz
dotfiles-42b9a19452cd8ed458d77fdaebad91d290cc4e65.tar.zst
dotfiles-42b9a19452cd8ed458d77fdaebad91d290cc4e65.zip
Emacs: fix typo in popwin configuration
-rw-r--r--tag-emacs/emacs.d/init.el4
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