equal
deleted
inserted
replaced
1042 |
1042 |
1043 ;; ====================================================================== |
1043 ;; ====================================================================== |
1044 ;; Backup |
1044 ;; Backup |
1045 |
1045 |
1046 (setq |
1046 (setq |
1047 ;; backup-by-copying t ; don't clobber symlinks |
1047 backup-by-copying t ; don't clobber symlinks |
1048 backup-directory-alist '(("." . "~/.backup")) ; don't litter my fs tree |
1048 backup-directory-alist '(("." . "~/.backup")) ; don't litter my fs tree |
1049 delete-old-versions t ; delete excess backup versions silently |
1049 delete-old-versions t ; delete excess backup versions silently |
1050 kept-old-versions 1 ; store first original version |
1050 kept-old-versions 1 ; store first original version |
1051 kept-new-versions 3 ; store last 3 version |
1051 kept-new-versions 3 ; store last 3 version |
1052 version-control t) ; use versioned backups |
1052 version-control t) ; use versioned backups |