Yet Another Style Design.

Tumblr Mode for Emacs

Tumblr Mode for Emacs ちょっとでも面倒というか手間がかかると、ブログ書くのが億劫になって、仕方ないです。

普段メモ等はscreen上のemacsで書いているので、表題のemacs lispを導入しました。

tumble - a Tumblr Mode for Emacs

リンク先にあるように、githubから落としてきて、~/lisp/tumbleに配置。

’$ git clone git://github.com/febuiles/tumble.git’

~/.emacs.d/init.elに以下を記述。

(add-to-list ‘load-path “~/lisp/tumble”)

(setq tumble-email “your_email@something.com”)

(setq tumble-password “your_password”)

(setq tumble-url “your_tumblelog.tumblr.com”)

emacs上で、以下を実行。

tumble-text-from-region

screen上でw3m等と組み合わせることで、日常的に書いているメモを、とても気軽に投稿ができるようになったかなと思います。

  1. hirono-hideki reblogged this from feltmoon
  2. feltmoon posted this
More Information