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
1 changed files with 3 additions and 1 deletions

View File

@ -325,7 +325,9 @@
(use-package popwin :ensure
: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
(cat-mode :fetcher github :repo "ad1217/emacs-cat-mode")