Emacs: disable popwin until 24.4 is released
Alan Pearce alan@alanpearce.co.uk
Sat, 12 Jul 2014 10:27:50 +0100
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -1150,6 +1150,8 @@ "Window '%s' is normal") (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))))