[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:
parent
e8121b452f
commit
dcb27e32d2
@ -36,10 +36,6 @@ It should only modify the values of Spacemacs settings."
|
|||||||
(let ((org-confirm-babel-evaluate nil))
|
(let ((org-confirm-babel-evaluate nil))
|
||||||
(org-babel-tangle-file phundrak//dotspacemacs-src))
|
(org-babel-tangle-file phundrak//dotspacemacs-src))
|
||||||
(message "Exporting new Emacs configuration from spacemacs.org through org-babel...done"))
|
(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))
|
(load phundrak//dotspacemacs-si))
|
||||||
|
|
||||||
(defun dotspacemacs/layers ()
|
(defun dotspacemacs/layers ()
|
||||||
|
Loading…
Reference in New Issue
Block a user