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