flyspell don't use meta tab

This commit is contained in:
Evie Litherland-Smith 2024-07-20 15:46:12 +01:00
parent 0550e1d4b1
commit 553eae89aa

View file

@ -146,7 +146,9 @@
:hook ((text-mode . flyspell-mode)
(prog-mode . flyspell-prog-mode))
:init
(require 'ispell))
(require 'ispell)
:custom
(flyspell-use-meta-tab nil))
(use-package flyspell-correct
:if (package-installed-p 'flyspell-correct)