Przeglądaj źródła

~/.emacs.d: Store backup files in one directory.

Lucas Stadler 12 lat temu
rodzic
commit
6c88f78ecd
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      .emacs.d/init.el

+ 3 - 0
.emacs.d/init.el

@ -1,6 +1,9 @@
1 1
; Mhh, let's see where this goes. (I hope I don't grow a beard.)
2 2
(load "~/.emacs.d/better-defaults")
3 3
4
(setq auto-save-file-name-transforms
5
      `((".*" ,(concat user-emacs-directory "backups"))))
6
4 7
(require 'package)
5 8
(add-to-list 'package-archives
6 9
  '("marmalade" .