From 1ce1e21f354c4298eda169d9e2a7e1f11f0f65bb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 14 Apr 2024 17:15:02 -0500 Subject: adding removal of org-persist directory in ~/.cache --- scripts/reset-to-first-launch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/reset-to-first-launch.sh b/scripts/reset-to-first-launch.sh index 6800bc44..2ee90f35 100755 --- a/scripts/reset-to-first-launch.sh +++ b/scripts/reset-to-first-launch.sh @@ -2,6 +2,7 @@ # script for Emacs config testing # - clears out all but necessary init/config files # - removes native ad bytecode files. + rm -rf ~/.emacs.d/.cache/ rm -rf ~/.emacs.d/auto-save-list/ rm -rf ~/.emacs.d/backups/ @@ -28,5 +29,7 @@ rm ~/.emacs.d/forge-database.sqlite rm ~/.emacs.d/recentf rm ~/.emacs.d/tramp-connection-history rm ~/sync/org/emacs-theme.persist +rm -rf ~/.cache/org-persist/ + find ~/.emacs.d -name "*.eln" -type f -delete find ~/.emacs.d -name "*.elc" -type f -delete -- cgit v1.2.3