We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abef26 commit f9b0d33Copy full SHA for f9b0d33
README.md
@@ -25,6 +25,14 @@ I will recommend to bind these function to global keys like the snippet below.
25
26
*P.S. `<prior>` and `<next>` is corresponds to `page up` and `page down` key.*
27
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
36
## Contribution
37
38
If you would like to contribute to this project, you may either
0 commit comments