aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/emacs.el')
-rw-r--r--emacs/emacs.el2
1 files changed, 2 insertions, 0 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)