feature/popup: add rule for Compilation buffer

This commit is contained in:
Henrik Lissner 2018-01-07 15:26:20 -05:00
parent 742f5b26ed
commit b11101d9cf
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -140,6 +140,7 @@ ALIST supports one custom parameter: `size', which will resolve to
(set! :popup "^ \\*" '((slot . -1)))
(set! :popup "^\\*" nil '((select . t)))
(set! :popup "^\\*Completions" '((slot . -1)) '((transient . 0)))
(set! :popup "^\\*Compilation" nil '((transient . 0) (quit . t)))
(set! :popup "^\\*\\(?:scratch\\|Messages\\)" nil '((transient)))
(set! :popup "^\\*Help"
'((slot . -1) (size . 0.2))