Change scroll speed and mouse scroll
This commit is contained in:
parent
61b7ae1ddd
commit
fdf0cecc01
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
||||||
'(initial-frame-alist '((vertical-scroll-bars) (fullscreen . fullscreen)))
|
'(initial-frame-alist '((vertical-scroll-bars) (fullscreen . fullscreen)))
|
||||||
'(ispell-program-name "~/AppData/Local/Programs/msys64/mingw64/bin/aspell.exe")
|
'(ispell-program-name "~/AppData/Local/Programs/msys64/mingw64/bin/aspell.exe")
|
||||||
'(ls-lisp-dirs-first t)
|
'(ls-lisp-dirs-first t)
|
||||||
|
'(mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
||||||
'(nov-text-width nil)
|
'(nov-text-width nil)
|
||||||
'(nov-unzip-program "~/AppData/Local/Programs/msys64/usr/bin/unzip.exe")
|
'(nov-unzip-program "~/AppData/Local/Programs/msys64/usr/bin/unzip.exe")
|
||||||
'(nov-variable-pitch nil)
|
'(nov-variable-pitch nil)
|
||||||
|
@ -71,6 +72,7 @@
|
||||||
'(python-shell-interpreter-args "--simple-prompt -i")
|
'(python-shell-interpreter-args "--simple-prompt -i")
|
||||||
'(ring-bell-function 'ignore)
|
'(ring-bell-function 'ignore)
|
||||||
'(scroll-bar-mode nil)
|
'(scroll-bar-mode nil)
|
||||||
|
'(scroll-step 5)
|
||||||
'(tetris-x-colors
|
'(tetris-x-colors
|
||||||
[[229 192 123]
|
[[229 192 123]
|
||||||
[97 175 239]
|
[97 175 239]
|
||||||
|
|
Loading…
Add table
Reference in a new issue