From 692b44d648472fdf52048f6040d223ea7befe755 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 25 Apr 2024 17:05:06 -0500 Subject: removed unnecessary hardcoded paths & fixed a typo - defined constants for all commonly used paths - replaced hardcoded instances throughout the config with the variables - fixed typo in scripts/reset-to-first-launch.sj --- scripts/reset-to-first-launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/reset-to-first-launch.sh b/scripts/reset-to-first-launch.sh index 1aa07f5b..e237b153 100755 --- a/scripts/reset-to-first-launch.sh +++ b/scripts/reset-to-first-launch.sh @@ -18,7 +18,7 @@ rm -rf ~/.emacs.d/eshell/ rm -rf ~/.emacs.d/nov-places/ rm -rf ~/.emacs.d/persist/ rm -rf ~/.emacs.d/quelpa/ -rm -rf ~/.emacs.d/tramp-autosave/ +rm -rf ~/.emacs.d/tramp-auto-save/ rm -rf ~/.emacs.d/transient/ rm -rf ~/.emacs.d/tree-sitter/ rm -rf ~/.emacs.d/url/ -- cgit v1.2.3