From 73d16bde784b844b783121db6ec66ae0f338531c Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Tue, 28 Mar 2023 00:38:57 -0400 Subject: [PATCH] Added emacs as an editor choice. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index c07fa04..a7bf1a0 100755 --- a/i38.sh +++ b/i38.sh @@ -191,7 +191,7 @@ fi webBrowser="$(command -v $webBrowser)" # Text editor 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 [ -n "$programList" ]; then programList="$programList $i"