Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Aug 3, 2024
1 parent 7d6aee1 commit 2def363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doom-modeline-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ ARGS is same as `nerd-icons-octicon' and others."

(defun doom-modeline-vcs-name ()
"Display the vcs name."
(or (and vc-mode (cadr (split-string vc-mode ":"))) ""))
(and vc-mode (cadr (split-string vc-mode ":"))))

(defun doom-modeline--create-bar-image (face width height)
"Create the bar image.
Expand Down

0 comments on commit 2def363

Please sign in to comment.