sync work laptop

This commit is contained in:
Iñaki Domínguez
2019-06-11 14:34:16 +02:00
parent 3d89579c5b
commit fe4d1d29cf

View File

@@ -42,10 +42,10 @@
mouse-wheel-scroll-amount '(3 ((shift) . 3)) mouse-wheel-scroll-amount '(3 ((shift) . 3))
mouse-wheel-progressive-speed nil mouse-wheel-progressive-speed nil
mouse-wheel-follow-mouse 't mouse-wheel-follow-mouse 't
;; scroll-margin 1 ;; scroll-margin 1
scroll-conservatively 10000 scroll-conservatively 10000
;; scroll-up-aggressively 0.01 ;; scroll-up-aggressively 0.01
;; scroll-down-aggressively 0.01 ;; scroll-down-aggressively 0.01
scroll-step 1 scroll-step 1
auto-save-interval 1000 auto-save-interval 1000
auto-window-vscroll nil auto-window-vscroll nil
@@ -59,7 +59,8 @@
backup-directory-alist `((".*" . ,temporary-file-directory)) backup-directory-alist `((".*" . ,temporary-file-directory))
auto-save-file-name-transforms `((".*" ,temporary-file-directory t)) auto-save-file-name-transforms `((".*" ,temporary-file-directory t))
undo-tree-auto-save-history t undo-tree-auto-save-history t
vc-mode 1) vc-mode 1
column-number-mode 1)
(setq-default scroll-up-aggressively 0.01 (setq-default scroll-up-aggressively 0.01
scroll-down-aggressively 0.01 scroll-down-aggressively 0.01