Skip to content

Instantly share code, notes, and snippets.

@ivey
Created February 17, 2009 07:16
Show Gist options
  • Save ivey/65623 to your computer and use it in GitHub Desktop.
Save ivey/65623 to your computer and use it in GitHub Desktop.
I assume you've played w/ mutli-tty by now, but if not, check it out.
alias emacs='/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -t'
This means I can run emacs in a Terminal window and have it run in the same
Emacs process as the GUI app. Same buffers, same settings...just another
window on the same app.
Best reason to compile your own...neither Aquamacs or Carbon Emacs have
multitty support yet, AFAIK.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment