Disable straight modification checking on startup
This commit is contained in:
parent
7c3dab46d3
commit
cfd9dd36f2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user