diff options
author | Alan Pearce | 2014-07-01 16:46:28 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-01 16:46:28 +0100 |
commit | 42b9a19452cd8ed458d77fdaebad91d290cc4e65 (patch) | |
tree | 3eee0240b355d10a5e4de71656644ce4f9d9395c /tag-emacs/emacs.d/init.el | |
parent | 25eaf8983b6c567087fda3b55b8bcaa1ddb071d2 (diff) | |
download | nixfiles-42b9a19452cd8ed458d77fdaebad91d290cc4e65.tar.lz nixfiles-42b9a19452cd8ed458d77fdaebad91d290cc4e65.tar.zst nixfiles-42b9a19452cd8ed458d77fdaebad91d290cc4e65.zip |
Emacs: fix typo in popwin configuration
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-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 ca3842fe..3417cce6 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 |