X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/c7a8da499147305bcb3bb2167fbd00feb0f8284a..f3f622e3354e22e13522966d971e463356ca3c80:/bash_profile diff --git a/bash_profile b/bash_profile index 383acab..af9021f 100644 --- a/bash_profile +++ b/bash_profile @@ -92,7 +92,13 @@ export QMAILINJECT=c # --- Find a text editor --- export MDW_EDITOR=ed -for ed in mg "emacs22 -nw" "emacs21 -nw" "emacs -nw" vi pico nano ae; do +emacs_startup_args="--no-site-file --mdw-fast-startup -nw" +for ed in \ + "emacs22 $emacs_startup_args" \ + "emacs21 $emacs_startup_args" \ + mg \ + "emacs -nw" \ + vi pico nano ae; do name=`echo $ed | sed 's/ .*$//'` if __mdw_programp "$name"; then MDW_EDITOR=$ed