From eb7e51cf86cbc2983ade92431efa151817c20499 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 26 Dec 2018 16:23:32 -0500 Subject: [PATCH] =?utf8?q?[emacs][wip]=20straight.el:=20don=E2=80=99t=20ch?= =?utf8?q?eck=20for=20package=20changes=20on=20startup?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit instead check-on-save; shaves about half a second off of startup time --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index e58ca6c..44504ab 100644 --- a/init.org +++ b/init.org @@ -201,7 +201,8 @@ hacker. #+begin_src emacs-lisp ;; Main engine start... -(setq straight-repository-branch "develop") +(setq straight-repository-branch "develop" + straight-check-for-modifications '(check-on-save find-when-checking)) (defun a/bootstrap-straight () (defvar bootstrap-version) -- 2.20.1