diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-17 21:59:16 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-17 21:59:16 -0800 |
commit | 0597e2dfdca02d25ff15226f60ce4053d4cdfcdf (patch) | |
tree | 726942845b74cd7283a11d5aa0c8a197639fe881 | |
parent | 0036c2d81e407c1fbe73fe846132cfa65e154a80 (diff) |
Disable byte-compilation.
-rw-r--r-- | smart-documents.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smart-documents.org b/smart-documents.org index 194ce4f..d242941 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -210,7 +210,7 @@ We begin by defining a function to open this very file. ** Speeding up the next startup -#+BEGIN_SRC emacs-lisp :tangle yes +#+BEGIN_SRC emacs-lisp :tangle no (defun byte-compile-literate-config () "Byte compile our literate configuration file." (delete-file (concat my/literate-config ".elc")) |