switching from Emacs.app to Aquamacs.app
authorpaulson
Mon, 06 Aug 2012 15:02:59 +0100
changeset 48696 db82a65cdb80
parent 48694 188cbbce880e (current diff)
parent 48695 b5d7a35bdd6a (diff)
child 48697 538ea0adb8e1
switching from Emacs.app to Aquamacs.app
--- a/Admin/MacOS/App1/script	Mon Aug 06 15:12:18 2012 +0200
+++ b/Admin/MacOS/App1/script	Mon Aug 06 15:02:59 2012 +0100
@@ -48,9 +48,9 @@
 # Proof General / Emacs
 
 PROOFGENERAL_EMACS="$(choosefrom \
-  "$THIS/Emacs.app/Contents/MacOS/Emacs" \
-  "$SUPER_APP/Emacs.app/Contents/MacOS/Emacs" \
-  /Applications/Emacs.app/Contents/MacOS/Emacs \
+  "$THIS/Aquamacs.app/Contents/MacOS/Aquamacs" \
+  "$SUPER_APP/Aquamacs.app/Contents/MacOS/Aquamacs" \
+  /Applications/Aquamacs.app/Contents/MacOS/Aquamacs \
   "")"
 
 declare -a EMACS_OPTIONS=()