From 3e8e10086438f61207cd94ba1fd2fa57bd36358b Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sun, 23 Dec 2018 01:34:20 +0800 Subject: [PATCH] Refactor: Rename github-open-notifications-participating. --- doom-modeline.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doom-modeline.el b/doom-modeline.el index 3d26b59..0b33e4a 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -1561,7 +1561,7 @@ mouse-3: Describe current input method") doom-modeline-github-interval 'doom-modeline-github-fetch-notifications) -(defun github-open-notifications-participating () +(defun doom-modeline--github-open-notifications-participating () "Open GitHub Notifications/Participating page." (interactive) (browse-url "https://github.com/notifications/participating")) @@ -1582,7 +1582,7 @@ mouse-3: Describe current input method") 'mouse-face '(:box 1) 'local-map (make-mode-line-mouse-map 'mouse-1 - #'github-open-notifications-participating)))) + #'doom-modeline--github-open-notifications-participating)))) ;; ;; debug state