[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Disable byte-compilation.
smart-documents.org
@@ -210,7 +210,7 @@
210
210
211
211
** Speeding up the next startup
212
212
213
Removed:
#+BEGIN_SRC emacs-lisp :tangle yes
213
Added:
#+BEGIN_SRC emacs-lisp :tangle no
214
214
(defun byte-compile-literate-config ()
215
215
"Byte compile our literate configuration file."
216
216
(delete-file (concat my/literate-config ".elc"))