projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
dcc48cb
)
* init.el(scroll-conservatively): Use a sensibly large enough value
author
Amin Bandali
<bandali@gnu.org>
Tue, 21 Apr 2020 02:24:49 +0000
(22:24 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 21 Apr 2020 02:24:49 +0000
(22:24 -0400)
init.el
patch
|
blob
|
blame
|
history
diff --git
a/init.el
b/init.el
index
cb1a89b
..
824aa93
100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-277,7
+277,7
@@
For disabling the behaviour for certain buffers and/or modes."
;; scroll-margin 1
;; scroll-conservatively 10000
scroll-step 1
- scroll-conservatively 10
+ scroll-conservatively 10
1
scroll-preserve-screen-position 1
;; focus follows mouse
mouse-autoselect-window t)