Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.19 KB

INSTALL.ja

File metadata and controls

38 lines (28 loc) · 1.19 KB

インストールの手引き

Windows

  • cURLのプログラムを持っていない、またはわからない人:
    • twittering-mode.elwin-curlを、Emacsのload-pathに含まれてい るディレクトリにコピーする
    • Emacsの設定 へ進む
  • cURLを持っている人:
    • twittering-mode.elをEmacsのload-pathに含まれているディレクトリへコピー
    • Emacsの設定 へ進む

Linuxやその他Unix環境

  • twittering-mode.elをEmacsのload-pathに含まれているディレクトリへコピー
  • cURLをインストールする。例えばDebianやその派生ディストリビューション では apt-get install curl でcURLがインストールできる

Emacsの設定

  • 次のコードを.emacsに追加する:

    (add-to-list 'load-path "/path/to/installed/dir") ;; if you need (require 'twittering-mode) (setq twittering-username "your twitter ID")

twittering-modeを動かす

  1. M-x twitを実行
  2. パスワードを入力
  3. Twitterのタイムラインが表示されるはず!