Created
February 17, 2009 07:16
-
-
Save ivey/65623 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
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