yaotti's diary

Software is Eating the World

CarbonEmacsでsimple-hatena-modeを実行

注意点

/opt/local以下のperlを使っている場合は,emacs lispが/opt以下のperlを見つけられるように以下を設定しておく.

(setq exec-path (cons "/opt/local/bin" exec-path))
(setenv "PATH"
        (concat "/opt/local/bin:" (getenv "PATH")))

これで simple-hatena-modeリリース - antipopを実行できるようになる.