Skip to content

Commit

Permalink
[fu] first-start smarter ask-user-about-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 20, 2024
1 parent 5591c5b commit 8c2088f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/first-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ ${EMACS} -Q --batch \
edebug-print-length 500
user-emacs-directory "'"${EMACS_DIR}"'/"
exordium-spell-check nil)
(require '"'"'userlock)
(defun ask-user-about-lock (file opponent)
(sleep-for 5)
(sleep-for (+ 1.0 (/ (random 100) 100.0))
t)
(load-file "'"${EMACS_DIR}"'/init.el"))'

0 comments on commit 8c2088f

Please sign in to comment.