Skip to content

Commit

Permalink
Use the same capitalization of dape as everywhere else in modeline
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Feb 29, 2024
1 parent 8ef6b77 commit d5968a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -4464,7 +4464,7 @@ See `eldoc-documentation-functions', for more infomation."
"Format Dape mode line."
(let ((conn (or (dape--live-connection 'last t)
dape--connection)))
(concat (propertize "Dape" 'face 'font-lock-constant-face)
(concat (propertize "dape" 'face 'font-lock-constant-face)
":"
(propertize
(format "%s" (or (and conn (dape--state conn))
Expand Down

0 comments on commit d5968a8

Please sign in to comment.