注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
これは.emacs Advent Calendar 10日目の記事です。 emacsのM-x shellから子emacsを起動 複数個起動する ... これは.emacs Advent Calendar 10日目の記事です。 emacsのM-x shellから子emacsを起動 複数個起動する MacのEmacs.appだと意外に面倒なのです。 # Console $ emacs # OSX(Emacs.app) $ /Applications/Emacs.app/Contents/MacOS/Emacs # 並列に起動 $ /Applications/Emacs.app/Contents/MacOS/Emacs & Macの人はエイリアスを設定すると簡単になります。 alias emacsa='/Applications/Emacs.app/Contents/MacOS/Emacs' 最小構成で起動 -Q を付けると ~/.emacs.d/init.el 等の読み込みをせずに起動してくれます。 # Console $ emacs -Q
2013/12/10 リンク