Skip to content

Commit

Permalink
Fix mode-line-misc-info suffix space separator
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Nov 10, 2024
1 parent 1ec9e76 commit 1c84eb8
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 @@ -5350,7 +5350,7 @@ mouse-1: Display minor mode menu"
help-echo "Active child connections")))))))

(add-to-list 'mode-line-misc-info
`(dape-active-mode ("[" dape--mode-line-format "]")))
`(dape-active-mode ("[" dape--mode-line-format "] ")))


;;; Keymaps
Expand Down

0 comments on commit 1c84eb8

Please sign in to comment.