Docs: update for doom-modeline-github.

This commit is contained in:
Vincent Zhang 2018-12-23 01:17:46 +08:00
parent af312dddba
commit 9a6cdb2717
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ Strongly recommend to use
;; Whether display `lsp' state or not. Non-nil to display in mode-line.
(setq doom-modeline-lsp t)
;; Whether display github notifications or not.
;; Whether display github notifications or not. Requires `ghub+` package.
(setq doom-modeline-github t)
;; The interval of checking github.

View file

@ -128,7 +128,7 @@ The icons may not be showed correctly in terminal and on Windows.")
"Whether display `lsp' state or not. Non-nil to display in mode-line.")
(defvar doom-modeline-github t
"Whether display github notifications or not.")
"Whether display github notifications or not. Requires `ghub+' package.")
(defvar doom-modeline-github-interval (* 30 60)
"The interval of checking github.")