From: Amin Bandali Date: Thu, 30 Aug 2018 21:53:00 +0000 (-0400) Subject: [emacs] delete old backups automatically X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/72a03130c464f49fe9aa3b50c6ec5d6c9fa4fb1c?ds=sidebyside;pf=~bandali [emacs] delete old backups automatically stops emacs from annoying me on exit --- 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