From 0597e2dfdca02d25ff15226f60ce4053d4cdfcdf Mon Sep 17 00:00:00 2001 From: Blendoit Date: Thu, 17 Dec 2020 21:59:16 -0800 Subject: Disable byte-compilation. --- smart-documents.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- cgit v1.2.3