Emacs setup script: Fix typo in chemacs directory listing

This commit is contained in:
Hedy Li 2021-10-01 05:28:06 +00:00
parent a29fea5cfb
commit ac6a1c3b8c
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if [ -d ~/.emacs.d ]; then
echo "[${RED}ERROR${RESET}] .emacs.d already exists!"
echo "${BOLD}Directory listing:${RESET}"
ls -A ~/.doomemacs
ls -A ~/.emacs.d
echo "${BOLD}What would you like to do?${RESET}"
cat <<EOF