From 3da9c03cfb31e60b1652216a9f4e548098d1684d Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 4 Jul 2018 11:52:04 +0100 Subject: [PATCH] Very basic MacOS app has been added for FG42 --- fg42.app | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 fg42.app diff --git a/fg42.app b/fg42.app new file mode 100755 index 0000000..f799698 --- /dev/null +++ b/fg42.app @@ -0,0 +1,4 @@ +#! /bin/sh +#export FG42_HOME=/Users/sameer.rahmani/.fg42 +#open -a emacs --args ' --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$@"' +do shell script "/usr/bin/emacs --name FG42 --no-splash --title FG42 -l /Users/sameer.rahmani/.fg42/fg42-config.el"