Skip to content

Commit

Permalink
Move sideline blame to left to prevent message overflow to next line
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Mar 30, 2024
1 parent 1a8690e commit b4c56b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cats/+sideline.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
(use-package sideline-blame
:demand t
:after sideline
:custom
(sideline-blame-commit-format " %s")
:config
(add-to-list 'sideline-backends-right #'sideline-blame))
(add-to-list 'sideline-backends-left #'sideline-blame))

0 comments on commit b4c56b8

Please sign in to comment.