diff options
author | Alan Pearce | 2015-05-25 16:58:44 +0200 |
---|---|---|
committer | Alan Pearce | 2015-05-25 16:58:44 +0200 |
commit | cbe7177bed489fed71de7a97332bfae9c10663ed (patch) | |
tree | ab5d228eedc0e3d5c124c8b85736c13959fa819b /tag-emacs | |
parent | 058aa1d204595ba75b8d12e97b64fbcb273addfb (diff) | |
download | dotfiles-cbe7177bed489fed71de7a97332bfae9c10663ed.tar.lz dotfiles-cbe7177bed489fed71de7a97332bfae9c10663ed.tar.zst dotfiles-cbe7177bed489fed71de7a97332bfae9c10663ed.zip |
Emacs: Make C-v/M-v scrolling reversible
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 2d7569a..811a112 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1523,7 +1523,7 @@ symbol, not word, as I need this for programming the most." (setq scroll-conservatively 100 ; Keep the cursor position when scrolling scroll-margin 1 - scroll-preserve-screen-position nil + scroll-preserve-screen-position t mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control))) split-height-threshold 100) |