2014-01-01から1ヶ月間の記事一覧

shell-command-to-string 実行時の $TERM

dumb の場合と ""(空文字列) の場合がある? 起動直後は空文字列みたい。なので tmux は↓みたいな感じに。 if which tmux 2>&1 >/dev/null; then #if not inside a tmux session, and if no session is started, start a new session test -z "$TMUX" && tes…

Symbol's function definition is void: sps

;; recompile every `.el' file that already has a `.elc' file. (byte-recompile-directory "/path/to/ensime/elisp" 0 t) then restart Emacs.https://github.com/aemoncannon/ensime/issues/162

Marked.app の Custom Markdown Processor に Doctor の gfm を使う

Emacs Markdown Mode にあるように、Markdown の処理に alampros/Docter を、プレビューに Mac App Store - Marked を使おうとした。ところが、Marked は system ruby を使ってしまうわけで、いくら rbenv 環境の gem を入れても動かないわけで。 そして、sy…