diff options
Diffstat (limited to '')
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |