Remove help-fns+, add helpful plugin #363

This commit is contained in:
Henrik Lissner 2018-01-21 21:37:15 -05:00
parent ad59665a3d
commit c5b72566ea
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 26 additions and 6 deletions

View file

@ -150,7 +150,7 @@ ALIST supports one custom parameter: `size', which will resolve to
(set! :popup "^\\*Completions" '((slot . -1) (vslot . -2)) '((transient . 0)))
(set! :popup "^\\*Compilation" nil '((transient . 0) (quit . t)))
(set! :popup "^\\*\\(?:scratch\\|Messages\\)" nil '((transient)))
(set! :popup "^\\*Help"
(set! :popup "^\\*[Hh]elp"
'((slot . 2) (vslot . 2) (size . 0.2))
'((select . t)))
(set! :popup "^\\*doom \\(?:term\\|eshell\\)"