Skip to content

Instantly share code, notes, and snippets.

@localredhead
Created May 11, 2013 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save localredhead/5558425 to your computer and use it in GitHub Desktop.
Save localredhead/5558425 to your computer and use it in GitHub Desktop.
TMUX setup to launch emacs --daemon (OSX)
1. create .sh file, add this to it:
#!/bin/sh
/Applications/Emacs.app/Contents/MacOS/Emacs --daemon
2. Use platypus to wrap the .SH file as a .app.
3. Add .app to Login Items
4. Edit .tmux.conf and add "new session"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment