Skip to content

Commit

Permalink
docs(bootstrap): add docstring to +straight-prune-build-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 11, 2023
1 parent 2e3c4ed commit ab1707e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/me-bootstrap.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

;;;###autoload
(defun +straight-prune-build-cache ()
"Prune straight.el build directories for old Emacs versions."
(let* ((default-directory (file-name-concat straight-base-dir "straight/")))
;; Prune the build cache and build directory.
(straight-prune-build)
Expand Down

0 comments on commit ab1707e

Please sign in to comment.