Silence ispell with corfu on Emacs 30

This commit is contained in:
eriedaberrie 2025-03-04 02:24:29 +00:00
parent c040803f0c
commit 049ba1ed96

View file

@ -416,6 +416,7 @@
(corfu-preselect-first nil)
(corfu-scroll-margin 3)
(tab-always-indent 'complete)
(text-mode-ispell-word-completion nil)
:config
(add-hook 'minibuffer-setup-hook
(lambda ()
@ -426,6 +427,7 @@
(corfu-mode))))
(global-corfu-mode))
;; TODO: actually set this up
(use-package cape)
(use-package all-the-icons)