Skip to content

Commit

Permalink
Disable git notifications by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jan 17, 2019
1 parent 868f1bb commit f57444a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doom-modeline-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The icons may not be showed correctly in terminal and on Windows.")
(defvar doom-modeline-lsp t
"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.")

(defvar doom-modeline-github-interval (* 30 60)
Expand Down

0 comments on commit f57444a

Please sign in to comment.