From 67cc09171676c16b77d6ac7bd02bbe714696cda8 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 22 Mar 2019 02:27:01 +0800 Subject: [PATCH] Update 5 min later after opening github notifications page. --- doom-modeline-segments.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index 5208910..f9dde15 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -1729,7 +1729,7 @@ mouse-3: Fetch notifications" (lambda () "Open github notifications page." (interactive) - (run-with-timer 60 nil #'doom-modeline--github-fetch-notifications) + (run-with-timer 300 nil #'doom-modeline--github-fetch-notifications) (browse-url "https://github.com/notifications"))) (define-key map [mode-line mouse-3] (lambda ()