flyspell don't use meta tab
This commit is contained in:
parent
0550e1d4b1
commit
553eae89aa
4
init.el
4
init.el
|
@ -146,7 +146,9 @@
|
||||||
:hook ((text-mode . flyspell-mode)
|
:hook ((text-mode . flyspell-mode)
|
||||||
(prog-mode . flyspell-prog-mode))
|
(prog-mode . flyspell-prog-mode))
|
||||||
:init
|
:init
|
||||||
(require 'ispell))
|
(require 'ispell)
|
||||||
|
:custom
|
||||||
|
(flyspell-use-meta-tab nil))
|
||||||
|
|
||||||
(use-package flyspell-correct
|
(use-package flyspell-correct
|
||||||
:if (package-installed-p 'flyspell-correct)
|
:if (package-installed-p 'flyspell-correct)
|
||||||
|
|
Loading…
Reference in a new issue