Commit 8fcf4ccab658
Changed files (1)
dots
.config
emacs
dots/.config/emacs/init.el
@@ -273,6 +273,8 @@ Otherwise, call `backward-kill-word'."
(delete-old-versions t) ; Auto-delete excess
(backup-by-copying t) ; Don't clobber symlinks
(backup-directory-alist '(("." . "~/.local/share/emacs/backups/")))
+ ;; Auto-save files in central directory
+ (auto-save-file-name-transforms '((".*" "~/.local/share/emacs/auto-saves/" t)))
(use-short-answers t "Use short answer y/n")
;; (tab-always-indent 'complete)
;; (tab-first-completion 'word-or-paren-or-punct)