Skip to content

Commit

Permalink
Move sideline-blame to right
Browse files Browse the repository at this point in the history
It conflict with indent-bars when on left
  • Loading branch information
chuxubank committed Apr 27, 2024
1 parent 3c1661d commit faabd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cats/+sideline.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:custom
(sideline-blame-commit-format " %s")
:config
(add-to-list 'sideline-backends-left #'sideline-blame))
(add-to-list 'sideline-backends-right #'sideline-blame))

(use-package sideline-eglot
:pin jcs-elpa
Expand Down

0 comments on commit faabd24

Please sign in to comment.