mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update 5 min later after opening github notifications page.
This commit is contained in:
parent
80d0d40a34
commit
67cc091716
1 changed files with 1 additions and 1 deletions
|
@ -1729,7 +1729,7 @@ mouse-3: Fetch notifications"
|
||||||
(lambda ()
|
(lambda ()
|
||||||
"Open github notifications page."
|
"Open github notifications page."
|
||||||
(interactive)
|
(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")))
|
(browse-url "https://github.com/notifications")))
|
||||||
(define-key map [mode-line mouse-3]
|
(define-key map [mode-line mouse-3]
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
|
Loading…
Reference in a new issue