Skip to content

Commit

Permalink
feat(ui): add sideline-blame
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 23, 2023
1 parent 36dac31 commit 0527103
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/me-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,17 @@
evil-delete evil-delete-line evil-delete-whole-line
evil-goto-last-change evil-goto-last-change-reverse)))))

(use-package sideline
:straight t
:hook (minemacs-after-startup . global-sideline-mode))

(use-package sideline-blame
:straight t
:after sideline
:demand t
:custom
(sideline-backends-right '((sideline-blame . up))))


(provide 'me-ui)

Expand Down

0 comments on commit 0527103

Please sign in to comment.