diff --git a/.ci/batch-byte-compile.sh b/.ci/batch-byte-compile.sh index 09824271..8d268db2 100755 --- a/.ci/batch-byte-compile.sh +++ b/.ci/batch-byte-compile.sh @@ -44,6 +44,10 @@ for pattern in \ user-emacs-directory "'"${EMACS_DIR}"'/" exordium-spell-check nil treesit-auto-install nil) + (load "userlock") + (defun ask-user-about-lock (file opponent) + (sleep-for (+ 1.0 (/ (random 100) 100.0))) + t) (load-file "'"${EMACS_DIR}"'/init.el") (setq exordium--require-package-archives package-archives) (message "===Byte compilation start: %s==="