From 8aa6c817962383ce598075b0da7efc655a47e6bd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 12 Jul 2014 10:27:50 +0100 Subject: Emacs: disable popwin until 24.4 is released --- tag-emacs/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) 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)))) -- cgit 1.4.1