From: alex Date: Sat, 29 Mar 2025 12:01:22 +0000 (+0100) Subject: Try to fix annoying custom variable saving X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=e9edc30063edb27190ae2986093865f03eb5c592;p=alex.git Try to fix annoying custom variable saving --- 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