]> git.donarmstrong.com Git - lib.git/commitdiff
disable custom-vars
authorDon Armstrong <don@donarmstrong.com>
Tue, 5 Dec 2017 01:03:25 +0000 (17:03 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 5 Dec 2017 01:03:25 +0000 (17:03 -0800)
emacs_el/configuration/don-configuration.org

index c34b6549b555574bd949c8ab4d560acfacd72a22..17e03cf873387b2791ad4eb9ceb2409be8943773 100644 (file)
     :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