branch: externals/corfu
commit bb139735d86387f9cd80cf9cb9c618400beedd2f
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    corfu--child-frame: Set desktop-dont-save=t (Fix #21)
---
 corfu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 9a746dc..29d301d 100644
--- a/corfu.el
+++ b/corfu.el
@@ -248,7 +248,8 @@ Set to nil in order to disable confirmation."
                (cursor-type . nil)
                (minibuffer . nil)
                (visibility . nil)
-               (no-special-glyphs . t)))))
+               (no-special-glyphs . t)
+               (desktop-dont-save . t)))))
     (set-face-background
      (if (facep 'child-frame-border) 'child-frame-border 'internal-border)
      (face-attribute 'corfu-border :background) corfu--frame)

Reply via email to