all repos — archive/dotfiles @ cbe7177bed489fed71de7a97332bfae9c10663ed

Superseded by nixfiles

Emacs: Make C-v/M-v scrolling reversible
Alan Pearce alan.pearce@spotcap.com
Mon, 25 May 2015 16:58:44 +0200
commit

cbe7177bed489fed71de7a97332bfae9c10663ed

parent

058aa1d204595ba75b8d12e97b64fbcb273addfb

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1523,7 +1523,7 @@ "%b"))))) 
 (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)