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 1dbb412 commit f827157
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)
(load "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 f827157

Please sign in to comment.