X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/d9241fc2f8fad196658f5167c56b062485dcc217..3bfd8640be53c1632c92ac814bb74727ecc21428:/.emacs.d/init.org diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 1ea9fe1..cb8a540 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -146,7 +146,7 @@ If you would like a byte-compiled init file, set the following variable to ~t~, otherwise set it to ~nil~. #+begin_src emacs-lisp -(defvar a/byte-compiled-init t +(defvar a/byte-compiled-init nil "If non-nil, byte-(re)compile init.el on successful tangles.") #+end_src