|
@ -469,7 +469,6 @@ Some windows specific stuff |
|
|
(setq w32-pipe-read-delay 0)) |
|
|
(setq w32-pipe-read-delay 0)) |
|
|
(when (boundp 'w32-get-true-file-attributes) |
|
|
(when (boundp 'w32-get-true-file-attributes) |
|
|
(setq w32-get-true-file-attributes nil)) |
|
|
(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 |
|
|
#+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-delay '(1.0 . 0.0)) ;1s for first popup, instant for subsequent popups |
|
|
(corfu-popupinfo-max-width 70) |
|
|
(corfu-popupinfo-max-width 70) |
|
|
(corfu-popupinfo-max-height 20) |
|
|
(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 |
|
|
:init |
|
|
(global-corfu-mode) |
|
|
(global-corfu-mode) |
|
|
; (corfu-popupinfo-mode) ; causes corfu window to stay |
|
|
; (corfu-popupinfo-mode) ; causes corfu window to stay |
|
|