Disable git notifications by default.

This commit is contained in:
Vincent Zhang 2019-01-18 01:25:05 +08:00
parent 868f1bb00b
commit f57444a9b4

View file

@ -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)