Fix void-variable doom-interactive-mode (part 3)
Third time's a charm! ... I need sleep.
This commit is contained in:
parent
53b7abde1e
commit
3c24f15450
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue