[Emacs] Don’t byte-compile user configuration in dotspacemacs

Byte-compiling my configuration actually doesn’t make configuration
loading time any shorter and increases Emacs startup time due to the
time spent byte-compiling it. This is now removed.
This commit is contained in:
Lucien Cartier-Tilet 2021-01-05 16:44:09 +01:00
parent e8121b452f
commit dcb27e32d2
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@ It should only modify the values of Spacemacs settings."
(let ((org-confirm-babel-evaluate nil))
(org-babel-tangle-file phundrak//dotspacemacs-src))
(message "Exporting new Emacs configuration from spacemacs.org through org-babel...done"))
(when (phundrak/update-config-files-p t)
(with-temp-buffer
(byte-recompile-directory phundrak//dotspacemacs-src-dir
0 t)))
(load phundrak//dotspacemacs-si))
(defun dotspacemacs/layers ()