projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b07c1cc
)
[emacs] delete old backups automatically
author
Amin Bandali
<amin@gnu.org>
Thu, 30 Aug 2018 21:53:00 +0000
(17:53 -0400)
committer
Amin Bandali
<amin@gnu.org>
Thu, 30 Aug 2018 21:53:00 +0000
(17:53 -0400)
stops emacs from annoying me on exit
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
8bce20c
..
3f3bc06
100644
(file)
--- 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