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:
parent
b181799f93
commit
4fbda15494
2 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue