summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-07-12 10:27:50 +0100
committerAlan Pearce2014-07-12 10:27:50 +0100
commit8aa6c817962383ce598075b0da7efc655a47e6bd (patch)
treeb1edf9e30b3688ff6adb890231df18b0e286b9f3
parente17fe4399e3f9494cae351c8a1876fe722cd6b8d (diff)
downloaddotfiles-8aa6c817962383ce598075b0da7efc655a47e6bd.tar.lz
dotfiles-8aa6c817962383ce598075b0da7efc655a47e6bd.tar.zst
dotfiles-8aa6c817962383ce598075b0da7efc655a47e6bd.zip
Emacs: disable popwin until 24.4 is released
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index e25e54e..896ad34 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))))