1. クローン
git clone git://github.com/hayamiz/twittering-mode.git
2.ファイルたちをelファイルが読み込める場所へ移動
3. 設定ファイル(僕の場合は、init.el)に、設定を書き込む
;;twittering-mode
(require 'twittering-mode)
(setq twittering-auth-method 'xauth)
(setq twittering-icon-mode t) ; Show icons
(setq twittering-timer-interval 300) ; Update your timeline each 300 seconds (5 minutes)
(setq twittering-username "ユーザー名")
(setq twittering-password "パスワード")
とまあこんな感じ。
あとは再起動なりして、M-x twitで起動します。