Stick help mode windows with popwin

This commit is contained in:
Adam Goldsmith 2017-09-02 18:18:15 -04:00
parent 2c70a79ac2
commit 2ec67629f4

View File

@ -325,7 +325,9 @@
(use-package popwin :ensure (use-package popwin :ensure
:config :config
(popwin-mode 1)) (popwin-mode 1)
(delete 'help-mode popwin:special-display-config)
(add-to-list 'popwin:special-display-config '(help-mode :stick t)))
(use-package cat-mode :quelpa (use-package cat-mode :quelpa
(cat-mode :fetcher github :repo "ad1217/emacs-cat-mode") (cat-mode :fetcher github :repo "ad1217/emacs-cat-mode")