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-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)
|
||||
|
|
Loading…
Reference in a new issue