From dcb27e32d2ba33936b7c3c3670194eb23e8f1aea Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 5 Jan 2021 16:44:09 +0100 Subject: [PATCH] =?UTF-8?q?[Emacs]=20Don=E2=80=99t=20byte-compile=20user?= =?UTF-8?q?=20configuration=20in=20dotspacemacs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .spacemacs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.spacemacs b/.spacemacs index 95b9b46..3105ae5 100644 --- a/.spacemacs +++ b/.spacemacs @@ -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 ()