소스 검색

Change some backup configs

master
10sr 5 년 전
부모
커밋
4fe335c51a
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el 파일 보기

@@ -718,13 +718,15 @@ found, otherwise returns nil."

;; http://www.bookshelf.jp/soft/meadow_24.html#SEC260
(setq make-backup-files t)
(setq vc-make-backup-files t)
;; (make-directory (expand-file-name "~/.emacsbackup"))
(setq backup-directory-alist
(cons (cons "." (expand-file-name (concat user-emacs-directory
"backup")))
"backup")))
backup-directory-alist))
(setq version-control 'never)
(setq version-control 't)
(setq delete-old-versions t)
(setq kept-new-versions 20)

(setq auto-save-list-file-prefix (expand-file-name (concat user-emacs-directory
"auto-save/")))


불러오는 중...
취소
저장