gdritter repos dotfiles / master
also move local to end Getty Ritter a month ago
1 changed file(s) with 0 addition(s) and 8 deletion(s). Collapse all Expand all
2828 (make-directory "~/.emacs-backups" t)
2929 (setq auto-save-file-name-transforms '((".*" "~/.emacs-autosave/" t)))
3030 (setq backup-directory-alist '(("." . "~/.emacs-backups")))
31
32
3331
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"))
4032
4133