From e9edc30063edb27190ae2986093865f03eb5c592 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 29 Mar 2025 13:01:22 +0100 Subject: [PATCH] Try to fix annoying custom variable saving --- emacs/emacs.el | 2 ++ emacs/plan.org | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 5da96e4..03fb383 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -9,6 +9,8 @@ (xterm-mouse-mode 1) (save-place-mode t) +(setq custom-file "~/.emacs.d/disable-custom-variable-saving") + ;; From https://www.emacswiki.org/emacs/SmoothScrolling#h5o-8 (setq scroll-step 1) (setq scroll-conservatively 10000) diff --git a/emacs/plan.org b/emacs/plan.org index 0f19732..5aefeb8 100644 --- a/emacs/plan.org +++ b/emacs/plan.org @@ -1,2 +1 @@ -* Disable custom variables appending to config * Magit -- 2.47.3