From 58c3ca460c3e8de4289a30ab19cabeaa30e1639f Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 29 May 2025 06:25:13 +0200 Subject: [PATCH] corfu fixes --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index a6bc789..0eed305 100644 --- a/config.org +++ b/config.org @@ -469,7 +469,6 @@ Some windows specific stuff (setq w32-pipe-read-delay 0)) (when (boundp 'w32-get-true-file-attributes) (setq w32-get-true-file-attributes nil)) - (setq text-mode-ispell-word-completion nil) ;;got errors since emacs30.1 (2025-04-14) in corfu/ispell, no local dictionary? ) #+END_SRC @@ -777,6 +776,8 @@ Completion ui for the buffer. (corfu-popupinfo-delay '(1.0 . 0.0)) ;1s for first popup, instant for subsequent popups (corfu-popupinfo-max-width 70) (corfu-popupinfo-max-height 20) + (corfu-preview-current t) + (text-mode-ispell-word-completion nil) ;;got errors since emacs30.1 (2025-04-14) in corfu/ispell, try cape-dict as an alternative :init (global-corfu-mode) ; (corfu-popupinfo-mode) ; causes corfu window to stay