mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(lookup): move xwidget popup rule (#5598)
Setting the rules explicitly was preventing users from customizing how xwidget popups should behave, so it was moved to the popup module as a global default.
This commit is contained in:
@ -155,6 +155,8 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
||||
:slot 2 :vslot -8 :size 0.35 :select t)
|
||||
("^\\*eww\\*" ; `eww' (and used by dash docsets)
|
||||
:vslot -11 :size 0.35 :select t)
|
||||
("^\\*xwidget"
|
||||
:vslot -11 :size 0.35 :select nil)
|
||||
("^\\*info\\*$" ; `Info-mode'
|
||||
:slot 2 :vslot 2 :size 0.45 :select t)))
|
||||
'(("^\\*Warnings" :vslot 99 :size 0.25)
|
||||
|
Reference in New Issue
Block a user