From d8efcd8e3b8658e2a6ce453df442cc201ba19386 Mon Sep 17 00:00:00 2001 From: Sean Farley Date: Tue, 15 Jan 2019 16:31:02 -0800 Subject: [PATCH] github: add hook name to be injected into async process --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index a3807be..64220b1 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -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)