fix(emacs): add smoother edge scrolling
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
482b301d47
commit
5b8a18e5e1
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue