Skip to content

Commit

Permalink
tweak(core): cleanup accidentally added elpa directories
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 11, 2023
1 parent a07f438 commit aae6016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elisp/+io.el
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ current process."
(defun +minemacs-root-dir-cleanup ()
(let ((default-directory minemacs-root-dir))
(mapc (+apply-partially-right #'+delete-file-or-directory 'trash 'recursive)
(directory-files minemacs-root-dir nil (rx (seq bol (or "eln-cache" "auto-save-list") eol))))))
(directory-files minemacs-root-dir nil (rx (seq bol (or "eln-cache" "auto-save-list" "elpa") eol))))))


;;; +io.el ends here

0 comments on commit aae6016

Please sign in to comment.