mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Refactor: Rename github-open-notifications-participating.
This commit is contained in:
parent
9a6cdb2717
commit
3e8e100864
1 changed files with 2 additions and 2 deletions
|
@ -1561,7 +1561,7 @@ mouse-3: Describe current input method")
|
||||||
doom-modeline-github-interval
|
doom-modeline-github-interval
|
||||||
'doom-modeline-github-fetch-notifications)
|
'doom-modeline-github-fetch-notifications)
|
||||||
|
|
||||||
(defun github-open-notifications-participating ()
|
(defun doom-modeline--github-open-notifications-participating ()
|
||||||
"Open GitHub Notifications/Participating page."
|
"Open GitHub Notifications/Participating page."
|
||||||
(interactive)
|
(interactive)
|
||||||
(browse-url "https://github.com/notifications/participating"))
|
(browse-url "https://github.com/notifications/participating"))
|
||||||
|
@ -1582,7 +1582,7 @@ mouse-3: Describe current input method")
|
||||||
'mouse-face '(:box 1)
|
'mouse-face '(:box 1)
|
||||||
'local-map (make-mode-line-mouse-map
|
'local-map (make-mode-line-mouse-map
|
||||||
'mouse-1
|
'mouse-1
|
||||||
#'github-open-notifications-participating))))
|
#'doom-modeline--github-open-notifications-participating))))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; debug state
|
;; debug state
|
||||||
|
|
Loading…
Reference in a new issue