Skip to content

Commit

Permalink
[fu] batch-byte-compile: add ask-user-about-lock hack
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 20, 2024
1 parent f827157 commit f62c339
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/batch-byte-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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==="
Expand Down

0 comments on commit f62c339

Please sign in to comment.