From 9ee3724d8b4b0555e568fed3957953f8d53bab4b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 4 Dec 2017 17:03:25 -0800 Subject: [PATCH] disable custom-vars --- emacs_el/configuration/don-configuration.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index c34b654..17e03cf 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -35,6 +35,11 @@ :ensure paradox ) #+END_SRC +* Disable custom-vars +#+BEGIN_SRC emacs-lisp + ;; Set the custom file to /dev/null and don't bother to load it + (setq custom-file "/dev/null") +#+END_SRC * Misc functions ** with-library #+BEGIN_SRC emacs-lisp -- 2.39.2