yaotti's diary

Software is Eating the World

2009-10-08から1日間の記事一覧

Emacsclientを利用してターミナルからCarbonEmacsを便利に使う

~/.emacsの最後に (server-start) と書き,~/.zshrcに function e() { emacsclient -e '(elscreen-create)' 2>/dev/null && emacsclient -n $* 2>/dev/null || open -a /Applications/Emacs.app $* } と書く. こうするとターミナルで $ e path/to/file/or/d…