mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Docs: update for doom-modeline-github.
This commit is contained in:
parent
af312dddba
commit
9a6cdb2717
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ Strongly recommend to use
|
||||||
;; 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.
|
||||||
(setq doom-modeline-lsp t)
|
(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)
|
(setq doom-modeline-github t)
|
||||||
|
|
||||||
;; The interval of checking github.
|
;; The interval of checking github.
|
||||||
|
|
|
@ -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.")
|
"Whether display `lsp' state or not. Non-nil to display in mode-line.")
|
||||||
|
|
||||||
(defvar doom-modeline-github t
|
(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)
|
(defvar doom-modeline-github-interval (* 30 60)
|
||||||
"The interval of checking github.")
|
"The interval of checking github.")
|
||||||
|
|
Loading…
Reference in a new issue