mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
ui/posframe: cleanup invisible posframes on ESC
This is meant to resolve an issue where posframes go rogue (e.g. after an error), by deleting all (invisible) posframes when you press ESC or C-g (doom/escape).
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
(def-package! posframe
|
||||
:defer t
|
||||
:config
|
||||
(setq posframe-inhibit-double-buffering t))
|
||||
(add-hook 'doom-escape-hook #'+posframe|delete-on-escape))
|
||||
|
||||
|
||||
(def-package! company-childframe
|
||||
|
Reference in New Issue
Block a user