1
0
Fork 0

fix(emacs): change scrolling variable

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-24 19:43:48 -05:00
parent ef8dec1c96
commit daa08771dc
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -97,7 +97,7 @@
;; Scrolling
(put 'scroll-left 'disabled nil)
(put 'scroll-right 'disabled nil)
(setq scroll-step 1)
(setq scroll-conservatively 101)
;; Keybindings
(keymap-global-set "C-M-j" (lambda () (interactive) (scroll-up 1)))