Skip to content

Commit

Permalink
fix: eliminate warnings
Browse files Browse the repository at this point in the history
closes #716.
  • Loading branch information
seagle0128 committed Apr 14, 2024
1 parent abd0fe9 commit cb20d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doom-modeline-segments.el
Expand Up @@ -81,6 +81,7 @@
(defvar grip--process)
(defvar helm--mode-line-display-prefarg)
(defvar iedit-occurrences-overlays)
(defvar kele-menu-map)
(defvar meow--indicator)
(defvar minions-mode-line-lighter)
(defvar minions-mode-line-minor-modes-map)
Expand Down Expand Up @@ -2135,7 +2136,7 @@ mouse-1: Toggle citre mode"
(defvar doom-modeline-before-github-fetch-notification-hook nil
"Hooks before fetching GitHub notifications.
Example:
(add-hook \\='doom-modeline-before-github-fetch-notification-hook
(add-hook \\='doom-modeline-before-github-fetch-notification-hook
#\\='auth-source-pass-enable)")

(defvar doom-modeline-after-github-fetch-notification-hook nil
Expand Down

0 comments on commit cb20d1e

Please sign in to comment.