diff options
author | Case Duckworth | 2022-02-07 17:09:45 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-07 17:09:45 -0600 |
commit | 635eee323d52ba4e1d512b4dd606fda3da20497e (patch) | |
tree | 5013617762d2c2eb8d1307aa1a2e90a4722587e0 /lisp | |
parent | Add +bongo-radio (diff) | |
download | emacs-635eee323d52ba4e1d512b4dd606fda3da20497e.tar.gz emacs-635eee323d52ba4e1d512b4dd606fda3da20497e.zip |
Customize backups
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+emacs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/+emacs.el b/lisp/+emacs.el index b40e9c4..9cc7549 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el | |||
@@ -73,6 +73,8 @@ Do this only if the buffer is not visiting a file." | |||
73 | indicate-empty-lines nil | 73 | indicate-empty-lines nil |
74 | inhibit-startup-screen t | 74 | inhibit-startup-screen t |
75 | initial-buffer-choice t | 75 | initial-buffer-choice t |
76 | kept-new-versions 6 | ||
77 | kept-old-versions 2 | ||
76 | kill-do-not-save-duplicates t | 78 | kill-do-not-save-duplicates t |
77 | kill-read-only-ok t | 79 | kill-read-only-ok t |
78 | kill-ring-max 500 | 80 | kill-ring-max 500 |