summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rwxr-xr-xreset2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3f0cce0..c4d93a3 100644
--- a/README.md
+++ b/README.md
@@ -137,8 +137,8 @@ To verify that the generated main config still loads:
emacs --batch -Q --load ./init.el
```
-To remove generated startup files and common working directories from the repo
-root:
+To remove generated startup files, `custom.el`, and common working directories
+from the repo root:
```sh
./reset
diff --git a/reset b/reset
index ce49b2f..27d1099 100755
--- a/reset
+++ b/reset
@@ -2,5 +2,5 @@
set -eu
-rm -f init.el early-init.el
+rm -f init.el early-init.el custom.el
rm -rf auto-save-list eln-cache elpa