removed emacs as doom is too far ahead to support

This commit is contained in:
Stefen Auris 2021-05-24 22:51:49 -04:00
parent d726a6812c
commit dc8ca8781d
2 changed files with 10 additions and 10 deletions

12
init.sh
View file

@ -55,12 +55,12 @@ then
fi fi
fi fi
#install Emacs Doom # #install Emacs Doom
echo "Install Emacs Doom now? y/n"; read -r answer # echo "Install Emacs Doom now? y/n"; read -r answer
if [[ $answer = "Y" ]] || [[ $answer = "y" ]]; then # if [[ $answer = "Y" ]] || [[ $answer = "y" ]]; then
./emacs_doom.sh # ./emacs_doom.sh
fi # fi
###Doom's requirements are outside the scope of Ubuntu 20.04LTS
echo "*******************************" echo "*******************************"
echo "* Restart your terminal *" echo "* Restart your terminal *"
echo "*******************************" echo "*******************************"

View file

@ -22,8 +22,8 @@ read -n1 -p $'Does this system need ssh access?\n' REPLY
fi fi
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
if [[ $REPLY == [Yy] ]]; then if [[ $REPLY == [Yy] ]]; then
sudo apt-get install emacs synaptic sudo apt-get install synaptic
else # else
sudo apt-get install emacs-nox # sudo apt-get install emacs-nox
fi # fi