[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Remove byte compilation.
smart-documents.org
@@ -152,20 +152,7 @@
152
152
(defun my/find-literate-config ()
153
153
"Jump to this very file."
154
154
(interactive)
155
Removed:
(find-file (concat my/literate-config ".org")))
156
Removed:
#+END_SRC
157
Removed:
158
Removed:
** Speeding up the next startup
159
Removed:
160
Removed:
#+BEGIN_SRC emacs-lisp :tangle no
161
Removed:
(defun byte-compile-literate-config ()
162
Removed:
"Byte compile our literate configuration file."
163
Removed:
(delete-file (concat my/literate-config ".elc"))
164
Removed:
(delete-file (concat my/literate-config ".el"))
165
Removed:
(org-babel-tangle-file (concat my/literate-config ".org"))
166
Removed:
(byte-compile-file (concat my/literate-config ".el")))
167
Removed:
168
Removed:
(add-hook 'kill-emacs-hook 'byte-compile-literate-config)
155
Added:
(find-file my/literate-config))
169
156
#+END_SRC
170
157
171
158
** Meta-files