mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Merge pull request #96 from seanfarley/smf/fix-async-variable
async: fix variable not being injected
This commit is contained in:
commit
4cc816c593
1 changed files with 1 additions and 1 deletions
|
@ -1935,7 +1935,7 @@ Example:
|
|||
(require 'async nil t))
|
||||
(async-start
|
||||
`(lambda ()
|
||||
,(async-inject-variables "\\`\\(load-path\\|auth-sources\\)\\'")
|
||||
,(async-inject-variables "\\`\\(load-path\\|auth-sources\\|doom-modeline-before-github-fetch-notification-hook\\)\\'")
|
||||
(run-hooks 'doom-modeline-before-github-fetch-notification-hook)
|
||||
(require 'ghub nil t)
|
||||
(when (fboundp 'ghub-get)
|
||||
|
|
Loading…
Reference in a new issue