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.el | 2 -- 1 file changed, 2 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 2d2b7bd..5ecadbd 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -910,8 +910,6 @@ from myaethon2.core.decorators import ( ;;;; Unconditional settings -(setq scroll-preserve-screen-position t) - ;; Can't be put in an eval-after-load or such because by then it will ;; be too late. (setq elnode-do-init nil) -- cgit v1.2.3-54-g00ecf