From cfd9dd36f29c4ee3debc6a521c175783e58af9a4 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 12 May 2021 11:04:24 -0400 Subject: [PATCH] Disable straight modification checking on startup --- emacs/.emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index c1c78b0..403a6d6 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -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"