zielmicha / emacs-android

Emacs port to Android.
141 stars 23 forks source link

Add emacs to PATH as part of installation #17

Open mcandre opened 11 years ago

mcandre commented 11 years ago

Emacs can be added to Android Terminal's PATH by inserting two lines in /system/etc/mkshrc:

export PRIVATE=/data/data/com.zielm.emacs
export PATH=$PATH:$PRIVATE

Can future versions of Emacs for Android please do this as part of installation? It would rock to have emacs available from anywhere in an Android Terminal