all repos — nixfiles @ 8a5b48b06158e946adee6afbe8873b6cfc09853b

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

Emacs: Configure popwin to tame helm windows

Alan Pearce
commit

8a5b48b06158e946adee6afbe8873b6cfc09853b

parent

f5f255488534a49fd6bc3c8e91763270a21b7326

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1090,7 +1090,8 @@ (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 :init (progn