Skip to content

Commit

Permalink
tweak(bootstrap): call build functions interactively
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 19, 2023
1 parent 1e86106 commit 63b92d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-bootstrap.el
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
;; Do not ask before installing
(cl-letf (((symbol-function 'yes-or-no-p) #'always)
((symbol-function 'y-or-n-p) #'always))
(funcall fn))))
(funcall-interactively fn))))


(provide 'me-bootstrap)
Expand Down

0 comments on commit 63b92d4

Please sign in to comment.