From fe4d1d29cf4318b6c449a098146fa765c6dc5075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Dom=C3=ADnguez?= Date: Tue, 11 Jun 2019 14:34:16 +0200 Subject: [PATCH] sync work laptop --- init.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 4dea5f5..865bf55 100644 --- a/init.el +++ b/init.el @@ -42,10 +42,10 @@ mouse-wheel-scroll-amount '(3 ((shift) . 3)) mouse-wheel-progressive-speed nil mouse-wheel-follow-mouse 't -;; scroll-margin 1 + ;; scroll-margin 1 scroll-conservatively 10000 -;; scroll-up-aggressively 0.01 -;; scroll-down-aggressively 0.01 + ;; scroll-up-aggressively 0.01 + ;; scroll-down-aggressively 0.01 scroll-step 1 auto-save-interval 1000 auto-window-vscroll nil @@ -59,7 +59,8 @@ backup-directory-alist `((".*" . ,temporary-file-directory)) auto-save-file-name-transforms `((".*" ,temporary-file-directory t)) undo-tree-auto-save-history t - vc-mode 1) + vc-mode 1 + column-number-mode 1) (setq-default scroll-up-aggressively 0.01 scroll-down-aggressively 0.01