diff options
| -rw-r--r-- | emacs/emacs.el | 2 | ||||
| -rw-r--r-- | emacs/plan.org | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index 5da96e45..03fb3839 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 0f19732d..5aefeb8b 100644 --- a/emacs/plan.org +++ b/emacs/plan.org @@ -1,2 +1 @@ -* Disable custom variables appending to config * Magit |
