instead check-on-save; shaves about half a second off of startup time
#+begin_src emacs-lisp
;; Main engine start...
#+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)
(defun a/bootstrap-straight ()
(defvar bootstrap-version)