mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Silent warnings.
This commit is contained in:
parent
c75dfe4fc1
commit
4f95702d7f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el
|
||||||
file-name => comint.el")
|
file-name => comint.el")
|
||||||
|
|
||||||
(defvar doom-modeline-python-executable "python"
|
(defvar doom-modeline-python-executable "python"
|
||||||
"What executable for python will be used (if nil nothing will be shown)")
|
"What executable of Python will be used (if nil nothing will be shown).")
|
||||||
|
|
||||||
;; externs
|
;; externs
|
||||||
(defvar anzu--current-position)
|
(defvar anzu--current-position)
|
||||||
|
|
Loading…
Reference in a new issue