Created
April 5, 2013 23:52
-
-
Save antifuchs/5323554 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Runs a new "jofrli" session with two windows. | |
# This starts the jofrli service process in one window, and the emacs connecting to it via slime in the other | |
new -s jofrli -n emacs "sudo -u jfrli -i -- -c '/usr/bin/emacs -q -l /opt/lisp/jofrli/production/init.el'" | |
neww -d -t 0 -n lisp "sudo -u jfrli -i -- -c '/opt/lisp/ql/sbcl/bin/sbcl --core /opt/lisp/ql/sbcl/lib/sbcl/sbcl.core --load /opt/lisp/jofrli/production/init.lisp'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment