X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/ff374d22f5aab91625fd5e9f780ae27daed96943..eb7e51cf86cbc2983ade92431efa151817c20499:/init.org diff --git a/init.org b/init.org index 5a70eaf..44504ab 100644 --- a/init.org +++ b/init.org @@ -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) @@ -1919,7 +1920,6 @@ Make =*scratch*= and =*Messages*= unkillable. :config (unkillable-scratch 1) :custom - (unkillable-scratch-behavior 'do-nothing) (unkillable-buffers '("^\\*scratch\\*$" "^\\*Messages\\*$"))) #+end_src