Skip to content

Instantly share code, notes, and snippets.

@yasuyk
Last active December 28, 2015 00:39
Show Gist options
  • Save yasuyk/7414659 to your computer and use it in GitHub Desktop.
Save yasuyk/7414659 to your computer and use it in GitHub Desktop.
Focus Emacs(emacs -nw) on OS X Terminal.app with "Edit with Emacs".
(when (and (eq system-type 'darwin) (eq window-system nil))
(defun open-os-x-terminal ()
(shell-command "open -a /Applications/Utilities/Terminal.app"))
(add-hook 'edit-server-start-hook 'open-os-x-terminal))
@yasuyk
Copy link
Author

yasuyk commented Nov 11, 2013

Thank you for letting me know. :-) I replied on Google+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment