From cbe7177bed489fed71de7a97332bfae9c10663ed Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 25 May 2015 16:58:44 +0200 Subject: Emacs: Make C-v/M-v scrolling reversible --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit 1.4.1