diff options
author | Alan Pearce | 2014-07-12 10:27:50 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-12 10:27:50 +0100 |
commit | 8aa6c817962383ce598075b0da7efc655a47e6bd (patch) | |
tree | b1edf9e30b3688ff6adb890231df18b0e286b9f3 /tag-emacs | |
parent | e17fe4399e3f9494cae351c8a1876fe722cd6b8d (diff) | |
download | nixfiles-8aa6c817962383ce598075b0da7efc655a47e6bd.tar.lz nixfiles-8aa6c817962383ce598075b0da7efc655a47e6bd.tar.zst nixfiles-8aa6c817962383ce598075b0da7efc655a47e6bd.zip |
Emacs: disable popwin until 24.4 is released
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index e25e54e4..896ad348 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1150,6 +1150,8 @@ (current-buffer))) (req-package popwin + :if (and (>= emacs-major-version 24) + (> emacs-minor-version 3)) :config (progn (popwin-mode 1) (add-to-list 'popwin:special-display-config '("^*helm.+*$" :regexp t :height 20)))) |