先日、Mac 用に Emacs をコンパイルした。それは今、/Application/Emacs.app に置いてある。
今まで Emacs.app を起動するのに Finder から Emacs.app を選択していたのだけど、CUI が好きなぼくは面倒になってしまった。で、.bashrc に次のコードを入れて Terminal から起動できるようにした。
alias emacs='open /Applications/Emacs.app'
これでターミナルから emacs で起動できるようになった。快適。
No comments:
Post a Comment