@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2014-09-12から1日間の記事一覧

helm-ghq で Searching for program: No such file or directory, ghq エラーが出るときの対処法

ghq コマンドに Emacs からパスが通っていないので、 exec-path に追加する。 (add-to-list 'exec-path "/Users/kyanny/gocode/bin") GUI 版 Emacs.app を使っているとシェルの rc ファイルでエクスポートした環境変数が引き継がれないのでこういうことがよ…