Skip to content

Instantly share code, notes, and snippets.

@antifuchs
Created April 5, 2013 23:52
Show Gist options
  • Save antifuchs/5323554 to your computer and use it in GitHub Desktop.
Save antifuchs/5323554 to your computer and use it in GitHub Desktop.
# 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