feature/popup: tweak popup rules, add +popup-shrink-to-fit
+popup-shrink-to-fit wraps shrink-window-if-larger-than-buffer, and won't do anything if the buffer is empty.
This commit is contained in:
parent
b11101d9cf
commit
5a420faa0f
3 changed files with 15 additions and 3 deletions
|
@ -137,7 +137,7 @@ ALIST supports one custom parameter: `size', which will resolve to
|
|||
;;
|
||||
|
||||
(eval-when-compile
|
||||
(set! :popup "^ \\*" '((slot . -1)))
|
||||
(set! :popup "^ \\*" '((slot . -1) (size . +popup-shrink-to-fit)))
|
||||
(set! :popup "^\\*" nil '((select . t)))
|
||||
(set! :popup "^\\*Completions" '((slot . -1)) '((transient . 0)))
|
||||
(set! :popup "^\\*Compilation" nil '((transient . 0) (quit . t)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue