all repos — nixfiles @ 8aa6c817962383ce598075b0da7efc655a47e6bd

System and user configuration, managed by nix and home-manager

Emacs: disable popwin until 24.4 is released

Alan Pearce
commit

8aa6c817962383ce598075b0da7efc655a47e6bd

parent

e17fe4399e3f9494cae351c8a1876fe722cd6b8d

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-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))))