Added emacs as an editor choice.

This commit is contained in:
stormdragon2976 2023-03-28 00:38:57 -04:00
parent ccbb89e372
commit 73d16bde78

2
i38.sh
View File

@ -191,7 +191,7 @@ fi
webBrowser="$(command -v $webBrowser)" webBrowser="$(command -v $webBrowser)"
# Text editor # Text editor
unset programList unset programList
for i in geany gedit kate kwrite l3afpad leafpad libreoffice mousepad pluma ; do for i in emacs geany gedit kate kwrite l3afpad leafpad libreoffice mousepad pluma ; do
if hash ${i/#-/} &> /dev/null ; then if hash ${i/#-/} &> /dev/null ; then
if [ -n "$programList" ]; then if [ -n "$programList" ]; then
programList="$programList $i" programList="$programList $i"