mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Slightly smaller backtrace popups
This commit is contained in:
@ -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" :vslot 99 :size 0.5 :quit nil)))
|
'(("^\\*Backtrace" :vslot 99 :size 0.4 :quit nil)))
|
||||||
|
|
||||||
(add-hook 'doom-init-ui-hook #'+popup-mode :append)
|
(add-hook 'doom-init-ui-hook #'+popup-mode :append)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user