Fixed auto-saves.
This commit is contained in:
parent
a5e2012d29
commit
0691584972
8
init.el
8
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;;; Time-stamp: <2019-03-25 17:18:12 CET>
|
||||
;;; Time-stamp: <2019-03-25 17:50:04 CET>
|
||||
|
||||
;;; Commentary:
|
||||
;;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -94,13 +94,13 @@
|
|||
;; Save backups in ~/.emacs.d/backups/ and keep more versions.
|
||||
(setq backup-directory-alist
|
||||
`(("." . ,(concat user-emacs-directory "backups"))))
|
||||
;; Save auto-saves in ~/.emacs.d/backups/.
|
||||
(setq auto-save-file-name-transforms
|
||||
`((".*" ,(concat user-emacs-directory "backups") t)))
|
||||
(setq delete-old-versions t ; Delete old backups.
|
||||
kept-new-versions 6 ; Keep 6 newest backups.
|
||||
backup-by-copying t ; Copy to backup folder.
|
||||
version-control t) ; Append version numbers to file names.
|
||||
;; Save auto-saves in ~/.emacs.d/backups/.
|
||||
(setq auto-save-file-name-transforms
|
||||
`((".*" ,(concat user-emacs-directory "backups/") t)))
|
||||
|
||||
;; Set some personal information.
|
||||
(setq user-full-name "tastytea"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 18276
|
||||
127.0.0.1:51313 14098
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user