all repos — nixfiles @ 50aeb46604892d696cba76e0c28ec532bac92361

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

Emacs: re-enable popwin

Alan Pearce
commit

50aeb46604892d696cba76e0c28ec532bac92361

parent

a00a77caa56811e41c2d0a0fc190cb1978312544

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1097,7 +1097,7 @@ (current-buffer)))
(req-package popwin :config (progn - (popwin-mode -1) + (popwin-mode 1) (add-to-list 'popwin:special-display-config '("^*helm.+*$" :regexp t :height 20)))) (req-package winner