- Preferences -> External Tools -> "+"アイコンで新規作成
- Name (Emacs), Group (Editer), Description を適当に入力
- Tools Setting
メニューバーの tools -> Editer -> Emacs を選択すると、Emacsで開ける
(defun show-in-intellij-for-mac ()
(interactive)
(shell-command (concat "open -a IntelliJ\\ IDEA\\ 13 " buffer-file-name))
)
M-x show-in-intellij-for-mac