]> git.donarmstrong.com Git - lib.git/blobdiff - emacs_el/configuration/don-configuration.org
disable custom-vars
[lib.git] / 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