From 27ab47cd11e66dddeb00f798d821cce1a41ba103 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 20 Jun 2018 02:12:37 +0200 Subject: [PATCH] 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 --- modules/ui/popup/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/popup/config.el b/modules/ui/popup/config.el index 966cc74f6..b544ac9d2 100644 --- a/modules/ui/popup/config.el +++ b/modules/ui/popup/config.el @@ -159,7 +159,7 @@ prevent the popup(s) from messing up the UI (or vice versa)." ;; `Info-mode' ("^\\*info\\*$" :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)