From: Don Armstrong Date: Tue, 5 Dec 2017 01:03:25 +0000 (-0800) Subject: disable custom-vars X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9ee3724d8b4b0555e568fed3957953f8d53bab4b;p=lib.git disable custom-vars --- 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