From 6e1fb2c76913dc3d1429237f34e81854dfbe3145 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Mon, 11 Jun 2018 23:13:16 +0200 Subject: [PATCH] Add backup-files config --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.org b/config.org index 18162eb..ea4334f 100644 --- a/config.org +++ b/config.org @@ -133,6 +133,14 @@ Why is this not built-in? (defconst wq! "This is EMACS not vi! Use C-x C-c instead.") #+END_SRC +** Backup files + +Disable the generation of backup-files, I don't use them. + +#+BEGIN_SRC emacs-lisp +(setq make-backup-files nil) +#+END_SRC + * Theme #+BEGIN_SRC emacs-lisp