also move local to end
Getty Ritter
a month ago
28 | 28 | (make-directory "~/.emacs-backups" t) |
29 | 29 | (setq auto-save-file-name-transforms '((".*" "~/.emacs-autosave/" t))) |
30 | 30 | (setq backup-directory-alist '(("." . "~/.emacs-backups"))) |
31 | ||
32 | ||
33 | 31 | |
34 | ||
35 | ;; Any machine-specific setup can go in an external | |
36 | ;; file. If it exists, we should load it: | |
37 | ||
38 | (if (file-exists-p "~/.local.el") | |
39 | (load "~/.local.el")) | |
40 | 32 | |
41 | 33 |