emacs - some indentation refactoring
This commit is contained in:
parent
992fcc1849
commit
0e8c58fa49
1 changed files with 9 additions and 11 deletions
|
@ -63,8 +63,7 @@
|
|||
|
||||
;; Enable backup
|
||||
(setq make-backup-files t)
|
||||
(setq
|
||||
version-control t
|
||||
(setq version-control t
|
||||
backup-by-copying t
|
||||
backup-directory-alist '(("." . "~/.saves"))
|
||||
delete-old-versions t
|
||||
|
@ -79,8 +78,7 @@
|
|||
"--exclude-dir=.git "))
|
||||
|
||||
;; Scroll behaviour
|
||||
(setq
|
||||
scroll-step 1
|
||||
(setq scroll-step 1
|
||||
scroll-margin 5
|
||||
scroll-conservatively 9999)
|
||||
|
||||
|
|
Loading…
Reference in a new issue