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)))
|
||||
'(ispell-program-name "~/AppData/Local/Programs/msys64/mingw64/bin/aspell.exe")
|
||||
'(ls-lisp-dirs-first t)
|
||||
'(mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
||||
'(nov-text-width nil)
|
||||
'(nov-unzip-program "~/AppData/Local/Programs/msys64/usr/bin/unzip.exe")
|
||||
'(nov-variable-pitch nil)
|
||||
|
@ -71,6 +72,7 @@
|
|||
'(python-shell-interpreter-args "--simple-prompt -i")
|
||||
'(ring-bell-function 'ignore)
|
||||
'(scroll-bar-mode nil)
|
||||
'(scroll-step 5)
|
||||
'(tetris-x-colors
|
||||
[[229 192 123]
|
||||
[97 175 239]
|
||||
|
|
Loading…
Add table
Reference in a new issue