diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-06-01 10:13:51 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-06-01 10:13:51 +0200 |
| commit | 51cbe0f15a46731b7b72e05eeacd433788134aa4 (patch) | |
| tree | 03262afacbc9c48126c8c34459d1c8f891baa8a3 | |
| parent | 52045e7168dadb00d374db557c44e6fcbcf8c762 (diff) | |
Add comment regarding inhibit-double-buffering
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -345,7 +345,7 @@ settings `corfu-auto-delay', `corfu-auto-prefix' and (cursor-type . nil) (no-special-glyphs . t) (desktop-dont-save . t) - (inhibit-double-buffering . t)) + (inhibit-double-buffering . t)) ;; Avoid display artifacts on X/Gtk builds "Default child frame parameters.") (defvar corfu--buffer-parameters |
