From 77cef53b30b6261a6d0c4fda85c4af5175b58901 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 15:17:36 +0200 Subject: Move scrolling position setting to init.org --- .emacs.d/init.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.emacs.d/init.org') diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 6694270..d3e9f9e 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -236,6 +236,17 @@ (setq window-combination-resize t) #+END_SRC +** Keep the cursor steady when scrolling + + When scrolling through the buffer with, for example, {{{key(C-v)}}} + or {{{key(M-v)}}}, I find it much more intuitive to have the cursor + stay in the relative screen position from before. Otherwise I get + confused every time. + + #+BEGIN_SRC emacs-lisp + (setq scroll-preserve-screen-position t) + #+END_SRC + * Add org-mode appointments to the diary Diary offers reminders, which can be useful when scheduling -- cgit v1.2.3-54-g00ecf