File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 66
77[ ![ CI] ( https://github.com/emacs-sideline/sideline-blame/actions/workflows/test.yml/badge.svg )] ( https://github.com/emacs-sideline/sideline-blame/actions/workflows/test.yml )
88
9+ ## 🔨 Quickstart
10+
11+ ``` elisp
12+ (leaf sideline
13+ :init
14+ (setq sideline-backends-left '((sideline-blame . down))))
15+ ```
16+
17+ Then open a file with source control, then do:
18+
19+ ```
20+ M-x sideline-mode
21+ ```
22+
23+ If you want to enable it everywhere, put this line in your ` init.el ` :
24+
25+ ``` elisp
26+ (global-sideline-mode 1)
27+ ```
28+
29+ See library [ sideline] ( https://github.com/emacs-sideline/sideline ) for more
30+ information.
31+
932## 🔗 References
1033
1134* [ vc-msg] ( https://github.com/redguardtoo/vc-msg )
35+ * [ blamer.el] ( https://github.com/Artawower/blamer.el )
1236
1337## Contribute
1438
You can’t perform that action at this time.
0 commit comments