mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-27 11:09:52 +00:00
Disable git notifications by default.
This commit is contained in:
parent
868f1bb00b
commit
f57444a9b4
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ The icons may not be showed correctly in terminal and on Windows.")
|
||||||
(defvar doom-modeline-lsp t
|
(defvar doom-modeline-lsp t
|
||||||
"Whether display `lsp' state or not. Non-nil to display in mode-line.")
|
"Whether display `lsp' state or not. Non-nil to display in mode-line.")
|
||||||
|
|
||||||
(defvar doom-modeline-github t
|
(defvar doom-modeline-github nil
|
||||||
"Whether display github notifications or not. Requires `ghub' package.")
|
"Whether display github notifications or not. Requires `ghub' package.")
|
||||||
|
|
||||||
(defvar doom-modeline-github-interval (* 30 60)
|
(defvar doom-modeline-github-interval (* 30 60)
|
||||||
|
|
Loading…
Reference in a new issue