switching from Emacs.app to Aquamacs.app
authorpaulson
Mon, 06 Aug 2012 15:02:59 +0100
changeset 49711db82a65cdb80
parent 49709 188cbbce880e
parent 49710 b5d7a35bdd6a
child 49712 538ea0adb8e1
switching from Emacs.app to Aquamacs.app
     1.1 --- a/Admin/MacOS/App1/script	Mon Aug 06 15:12:18 2012 +0200
     1.2 +++ b/Admin/MacOS/App1/script	Mon Aug 06 15:02:59 2012 +0100
     1.3 @@ -48,9 +48,9 @@
     1.4  # Proof General / Emacs
     1.5  
     1.6  PROOFGENERAL_EMACS="$(choosefrom \
     1.7 -  "$THIS/Emacs.app/Contents/MacOS/Emacs" \
     1.8 -  "$SUPER_APP/Emacs.app/Contents/MacOS/Emacs" \
     1.9 -  /Applications/Emacs.app/Contents/MacOS/Emacs \
    1.10 +  "$THIS/Aquamacs.app/Contents/MacOS/Aquamacs" \
    1.11 +  "$SUPER_APP/Aquamacs.app/Contents/MacOS/Aquamacs" \
    1.12 +  /Applications/Aquamacs.app/Contents/MacOS/Aquamacs \
    1.13    "")"
    1.14  
    1.15  declare -a EMACS_OPTIONS=()