Skip to content

Commit

Permalink
eliminate warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Apr 19, 2024
1 parent 8231dc1 commit d1331af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doom-modeline-core.el
Expand Up @@ -237,8 +237,8 @@ It respects option `doom-modeline-icon' and option `doom-modeline-time-icon'."

(defcustom doom-modeline-time-analogue-clock t
"Whether to draw an analogue clock SVG as the live time icon.
It respects options `doom-modeline-icon', `doom-modeline-time-icon', and
`doom-modeline-time-live-icon'."
It respects the option `doom-modeline-icon', option `doom-modeline-time-icon',
and option `doom-modeline-time-live-icon'."
:type 'boolean
:group 'doom-modeline)

Expand Down
2 changes: 1 addition & 1 deletion test/doom-modeline-core-test.el
Expand Up @@ -32,7 +32,7 @@
(require 'cl-lib)
(require 'doom-modeline-core)

;; ;; XXX: This is a precaution for older Emacsen that may ship with
;; XXX: This is a precaution for older Emacsen that may ship with
;; outdated versions of `project'.
(load "project")

Expand Down

0 comments on commit d1331af

Please sign in to comment.