1
0
Fork 0

fix(emacs): add smoother edge scrolling

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-22 23:52:29 -05:00
parent 482b301d47
commit 5b8a18e5e1
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

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