From 20bc70096fa28c773ea0672ae3bfca26db61887b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 10 Jan 2020 22:58:10 -0500 Subject: [PATCH] Fix deprecation warnings for fly{check,spell} modules --- core/core-modules.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core-modules.el b/core/core-modules.el index b77a2a8f0..ebafdff0f 100644 --- a/core/core-modules.el +++ b/core/core-modules.el @@ -13,8 +13,8 @@ (defconst doom-obsolete-modules '((:feature (version-control (:emacs vc) (:ui vc-gutter)) - (spellcheck (:tools flyspell)) - (syntax-checker (:tools flycheck)) + (spellcheck (:checkers spell)) + (syntax-checker (:checkers syntax)) (evil (:editor evil)) (snippets (:editor snippets)) (file-templates (:editor file-templates)) @@ -25,8 +25,8 @@ (:tools (rotate-text (:editor rotate-text)) (vterm (:term vterm)) (password-store (:tools pass)) - (flycheck (:checker syntax)) - (flyspell (:checker spell))) + (flycheck (:checkers syntax)) + (flyspell (:checkers spell))) (:emacs (electric-indent (:emacs electric)) (hideshow (:editor fold)) (eshell (:term eshell))