Correct .emacs move

This commit is contained in:
nostoromo root 2021-01-06 10:53:55 -08:00
parent eeea25a648
commit 858ec1d043
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ in {
if [ ! -f $DOOMDIR/bin/doom ]; then
# legacy...move to a backup
mv $HOME/.emacs.d $HOME/.emacs.d.bak
mv $HOME/.emacs $HOME/.emacs
mv $HOME/.emacs $HOME/.emacs.bak
clone_into $DOOMDIR
$DOOMDIR/bin/doom -y install
fi