From 3c24f154502a71f009b2fa9a39d0251bca88f7f2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 25 May 2020 16:15:23 -0400 Subject: [PATCH] Fix void-variable doom-interactive-mode (part 3) Third time's a charm! ... I need sleep. --- core/core-modules.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-modules.el b/core/core-modules.el index 413f22e9e..6bce77bfe 100644 --- a/core/core-modules.el +++ b/core/core-modules.el @@ -63,7 +63,7 @@ syntax-checker modules obsolete. e.g. If :feature version-control is found in your `doom!' block, a warning is emitted before replacing it with :emacs vc and :ui vc-gutter.") -(defvar doom-inhibit-module-warnings doom-interactive-mode +(defvar doom-inhibit-module-warnings doom-interactive-p "If non-nil, don't emit deprecated or missing module warnings at startup.") ;;; Custom hooks