diff options
author | Alan Pearce | 2014-07-02 18:09:35 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-02 18:09:35 +0100 |
commit | 50aeb46604892d696cba76e0c28ec532bac92361 (patch) | |
tree | ca2224a690cb42a63c3b6d022f9faf75bd8b6289 /tag-emacs | |
parent | a00a77caa56811e41c2d0a0fc190cb1978312544 (diff) | |
download | nixfiles-50aeb46604892d696cba76e0c28ec532bac92361.tar.lz nixfiles-50aeb46604892d696cba76e0c28ec532bac92361.tar.zst nixfiles-50aeb46604892d696cba76e0c28ec532bac92361.zip |
Emacs: re-enable popwin
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 976f8c93..5f5d92a2 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1097,7 +1097,7 @@ (req-package popwin :config (progn - (popwin-mode -1) + (popwin-mode 1) (add-to-list 'popwin:special-display-config '("^*helm.+*$" :regexp t :height 20)))) (req-package winner |