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