Disable straight modification checking on startup

This commit is contained in:
Jeremy Dormitzer 2021-05-12 11:04:24 -04:00
parent 7c3dab46d3
commit cfd9dd36f2

View File

@ -17,6 +17,8 @@
(add-hook 'emacs-startup-hook #'server-start-if-not-running)
;; Bootstrap the straight.el package manager
(setq straight-check-for-modifications '(check-on-save find-when-checking)
straight-cache-autoloads t)
(defvar bootstrap-version)
(let ((bootstrap-file
(expand-file-name "straight/repos/straight.el/bootstrap.el"