Browse Source

corfu fixes

master
Marc 1 week ago
parent
commit
58c3ca460c
1 changed files with 2 additions and 1 deletions
  1. 3
      config.org

3
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

Loading…
Cancel
Save