Correct .emacs move
This commit is contained in:
parent
eeea25a648
commit
858ec1d043
|
@ -123,7 +123,7 @@ in {
|
||||||
if [ ! -f $DOOMDIR/bin/doom ]; then
|
if [ ! -f $DOOMDIR/bin/doom ]; then
|
||||||
# legacy...move to a backup
|
# legacy...move to a backup
|
||||||
mv $HOME/.emacs.d $HOME/.emacs.d.bak
|
mv $HOME/.emacs.d $HOME/.emacs.d.bak
|
||||||
mv $HOME/.emacs $HOME/.emacs
|
mv $HOME/.emacs $HOME/.emacs.bak
|
||||||
clone_into $DOOMDIR
|
clone_into $DOOMDIR
|
||||||
$DOOMDIR/bin/doom -y install
|
$DOOMDIR/bin/doom -y install
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue