summary refs log tree commit diff stats
path: root/lisp/+emacs.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-07 17:09:45 -0600
committerCase Duckworth2022-02-07 17:09:45 -0600
commit635eee323d52ba4e1d512b4dd606fda3da20497e (patch)
tree5013617762d2c2eb8d1307aa1a2e90a4722587e0 /lisp/+emacs.el
parentAdd +bongo-radio (diff)
downloademacs-635eee323d52ba4e1d512b4dd606fda3da20497e.tar.gz
emacs-635eee323d52ba4e1d512b4dd606fda3da20497e.zip
Customize backups
Diffstat (limited to 'lisp/+emacs.el')
-rw-r--r--lisp/+emacs.el2
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