Fix void-variable doom-interactive-mode (part 3)

Third time's a charm!

...

I need sleep.
This commit is contained in:
Henrik Lissner 2020-05-25 16:15:23 -04:00
parent 53b7abde1e
commit 3c24f15450
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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 your `doom!' block, a warning is emitted before replacing it with :emacs vc and
:ui vc-gutter.") :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.") "If non-nil, don't emit deprecated or missing module warnings at startup.")
;;; Custom hooks ;;; Custom hooks