Refactor: Rename github-open-notifications-participating.

This commit is contained in:
Vincent Zhang 2018-12-23 01:34:20 +08:00
parent 9a6cdb2717
commit 3e8e100864

View file

@ -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