Silence ispell with corfu on Emacs 30
This commit is contained in:
parent
c040803f0c
commit
049ba1ed96
2
init.el
2
init.el
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue