diff options
author | Sam Light <samlight1994@gmail.com> | 2025-05-17 20:17:44 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-05-17 20:17:44 +0100 |
commit | 0b48b7d84872ea328ff942d2a2f786efc3319e82 (patch) | |
tree | 1d83b715d124d0a812df6669ac8e8ee4a27a5d26 /config/backups.el |
Inital commit
Diffstat (limited to 'config/backups.el')
-rw-r--r-- | config/backups.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/backups.el b/config/backups.el new file mode 100644 index 0000000..a48936e --- /dev/null +++ b/config/backups.el @@ -0,0 +1,3 @@ +;; -*- lexical-binding: t; -*- + +(setq backup-directory-alist '(("." . "~/.emacs.d/saves"))) |