Very basic MacOS app has been added for FG42

This commit is contained in:
Sameer Rahmani 2018-07-04 11:52:04 +01:00
부모 5b75a33cb3
커밋 3da9c03cfb
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제

4
fg42.app Executable file
파일 보기

@ -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"