removed emacs as doom is too far ahead to support
This commit is contained in:
parent
d726a6812c
commit
dc8ca8781d
2 changed files with 10 additions and 10 deletions
12
init.sh
12
init.sh
|
@ -55,12 +55,12 @@ then
|
|||
fi
|
||||
fi
|
||||
|
||||
#install Emacs Doom
|
||||
echo "Install Emacs Doom now? y/n"; read -r answer
|
||||
if [[ $answer = "Y" ]] || [[ $answer = "y" ]]; then
|
||||
./emacs_doom.sh
|
||||
fi
|
||||
|
||||
# #install Emacs Doom
|
||||
# echo "Install Emacs Doom now? y/n"; read -r answer
|
||||
# if [[ $answer = "Y" ]] || [[ $answer = "y" ]]; then
|
||||
# ./emacs_doom.sh
|
||||
# fi
|
||||
###Doom's requirements are outside the scope of Ubuntu 20.04LTS
|
||||
echo "*******************************"
|
||||
echo "* Restart your terminal *"
|
||||
echo "*******************************"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue