Fix deprecation warnings for fly{check,spell} modules

This commit is contained in:
Henrik Lissner 2020-01-10 22:58:10 -05:00
parent 18301b0b9a
commit 20bc70096f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -13,8 +13,8 @@
(defconst doom-obsolete-modules (defconst doom-obsolete-modules
'((:feature (version-control (:emacs vc) (:ui vc-gutter)) '((:feature (version-control (:emacs vc) (:ui vc-gutter))
(spellcheck (:tools flyspell)) (spellcheck (:checkers spell))
(syntax-checker (:tools flycheck)) (syntax-checker (:checkers syntax))
(evil (:editor evil)) (evil (:editor evil))
(snippets (:editor snippets)) (snippets (:editor snippets))
(file-templates (:editor file-templates)) (file-templates (:editor file-templates))
@ -25,8 +25,8 @@
(:tools (rotate-text (:editor rotate-text)) (:tools (rotate-text (:editor rotate-text))
(vterm (:term vterm)) (vterm (:term vterm))
(password-store (:tools pass)) (password-store (:tools pass))
(flycheck (:checker syntax)) (flycheck (:checkers syntax))
(flyspell (:checker spell))) (flyspell (:checkers spell)))
(:emacs (electric-indent (:emacs electric)) (:emacs (electric-indent (:emacs electric))
(hideshow (:editor fold)) (hideshow (:editor fold))
(eshell (:term eshell)) (eshell (:term eshell))