fix(emacs): remove disabled scrolling functionality
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
68cb040e43
commit
e921ddbc06
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@
|
||||||
;; disable this.
|
;; disable this.
|
||||||
(setq sentence-end-double-space nil)
|
(setq sentence-end-double-space nil)
|
||||||
|
|
||||||
|
;; Scrolling
|
||||||
|
(put 'scroll-left 'disabled nil)
|
||||||
|
(put 'scroll-right 'disabled nil)
|
||||||
|
|
||||||
;; Keybindings
|
;; Keybindings
|
||||||
(keymap-global-set "C-M-j" (lambda () (interactive) (scroll-up 1)))
|
(keymap-global-set "C-M-j" (lambda () (interactive) (scroll-up 1)))
|
||||||
(keymap-global-set "C-M-k" (lambda () (interactive) (scroll-down 1)))
|
(keymap-global-set "C-M-k" (lambda () (interactive) (scroll-down 1)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue