From 72a03130c464f49fe9aa3b50c6ec5d6c9fa4fb1c Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 30 Aug 2018 17:53:00 -0400 Subject: [PATCH] [emacs] delete old backups automatically stops emacs from annoying me on exit --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 8bce20c..3f3bc06 100644 --- a/init.org +++ b/init.org @@ -577,7 +577,8 @@ variable. #+begin_src emacs-lisp (setq backup-by-copying t - version-control t) + version-control t + delete-old-versions t) #+end_src *** Auto revert -- 2.20.1