Commit e09c1874dd4a

Vincent Demeester <vincent@sbr.pm>
2015-05-17 11:40:27
Add scroll-preserve-screen-position
1 parent 075af23
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -907,6 +907,14 @@
       (define-key vde/launcher-map "u" #'mu4e-update-mail-and-index)
     #+END_SRC
 
+*** Scrolling
+
+    Taking from [[http://irreal.org/blog/?p%3D3963][here]], ensure that =M-v= always undoes =C-v=, so you can go back exactly.
+
+    #+BEGIN_SRC emacs-lisp
+      (setq scroll-preserve-screen-position 'always)
+    #+END_SRC
+
 *** Window moving & resizing
 
     Use ace-window to switch easily windows.