projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
emacs: don’t byte-compile init
[~bandali/configs]
/
.emacs.d
/
init.org
diff --git
a/.emacs.d/init.org
b/.emacs.d/init.org
index
1ea9fe1
..
cb8a540
100644
(file)
--- 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
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
"If non-nil, byte-(re)compile init.el on successful tangles.")
#+end_src