Improve *Backtrace* popup rule

+ High vslot = unlikely to be replaced by other popups.
+ Make it large; backtraces are important!
+ Don't allow ESC to close it. It must be done manually, with q or zx
This commit is contained in:
Henrik Lissner 2018-06-20 02:12:37 +02:00
parent 5cb1d5d4c9
commit 27ab47cd11
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -159,7 +159,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
;; `Info-mode' ;; `Info-mode'
("^\\*info\\*$" ("^\\*info\\*$"
:slot 2 :vslot 2 :size 0.45 :select t))) :slot 2 :vslot 2 :size 0.45 :select t)))
'(("^\\*Backtrace" :ignore t))) '(("^\\*Backtrace" :vslot 99 :size 0.5 :quit nil)))
(add-hook 'doom-init-ui-hook #'+popup-mode :append) (add-hook 'doom-init-ui-hook #'+popup-mode :append)