From db9b9ae5588cd7cf53cb61b5bb155f6b59930912 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 25 Nov 2023 07:47:39 -0800 Subject: backups relocation --- init-el.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/init-el.org b/init-el.org index 8d93180..2e67c20 100644 --- a/init-el.org +++ b/init-el.org @@ -19,12 +19,18 @@ See the end of this file for the elisp block that tangles out to init.el. Here is a preamble that ends up at the top of init.el + This preamble sets a few variables that control how Emacs behaves + more generally. + #+name: preamble #+begin_src elisp :noweb no-export (setq custom-file (concat user-emacs-directory "../notes/custom.el")) (load custom-file 'noerror) +(setq backup-directory-alist '(("." . "~/.emacs.d/backups"))) +(setq backup-by-copying t) + (setq warning-minimum-level :emergency) ;;; utilities @@ -36,7 +42,6 @@ #+end_src - ** Native Compilation -- cgit v1.2.3