mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
Allow fetching github notifications background.
This commit is contained in:
parent
53bf59d50c
commit
5bffef2568
1 changed files with 0 additions and 3 deletions
|
@ -1825,9 +1825,6 @@ Example:
|
|||
(defun doom-modeline--github-fetch-notifications ()
|
||||
"Fetch GitHub notifications."
|
||||
(when (and doom-modeline-github
|
||||
;; Only starting the process When the window is active, or the
|
||||
;; mode-line will be activated while the frame is unfocused.
|
||||
(doom-modeline--active)
|
||||
(require 'async nil t))
|
||||
(async-start
|
||||
`(lambda ()
|
||||
|
|
Loading…
Add table
Reference in a new issue