Set value for scroll-conservatively
This commit is contained in:
parent
a616db6127
commit
a6e5049216
2
init.el
2
init.el
|
@ -27,6 +27,8 @@
|
||||||
xref-show-definitions-function #'xref-show-definitions-completing-read
|
xref-show-definitions-function #'xref-show-definitions-completing-read
|
||||||
kill-do-not-save-duplicates t)
|
kill-do-not-save-duplicates t)
|
||||||
|
|
||||||
|
(setopt scroll-conservatively 101)
|
||||||
|
|
||||||
(use-package pixel-scroll
|
(use-package pixel-scroll
|
||||||
:init
|
:init
|
||||||
(pixel-scroll-precision-mode +1))
|
(pixel-scroll-precision-mode +1))
|
||||||
|
|
Loading…
Reference in a new issue