Skip to content

Commit f9b0d33

Browse files
committed
Upate doc.
1 parent 3abef26 commit f9b0d33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ I will recommend to bind these function to global keys like the snippet below.
2525

2626
*P.S. `<prior>` and `<next>` is corresponds to `page up` and `page down` key.*
2727

28+
### Aligment
29+
30+
You can set the cursor aligment by tweaking `better-scroll-align-type` variable.
31+
32+
```el
33+
(setq better-scroll-align-type 'center) ; 'center or 'relative
34+
```
35+
2836
## Contribution
2937

3038
If you would like to contribute to this project, you may either

0 commit comments

Comments
 (0)