-
Uncompress the archive file, and add a path of a directory containing
twittering-mode.el
to yourload-path
.-
For example, if you uncompressed it under
C:\foo\
, there may be a directoryC:\foo\twittering-mode-X.X.X\
which containstwittering-mode.el
. So add the following code to your.emacs
(add-to-list 'load-path "C:/foo/twittering-mode-X.X.X")
-
-
Proceed to Set up your Emacs
-
Uncompress the archive file, and add a path of a directory containing
twittering-mode.el
to yourload-path
.-
For example, if you uncompressed it under
/path/to/foo
, there may be a directory/path/to/foo/twittering-mode-X.X.X/
which containstwittering-mode.el
. So add the following code to your.emacs
(add-to-list 'load-path "/path/to/foo/twittering-mode-X.X.X")
-
-
Install cURL, gnutls, or openssl for using SSL connection.
-
Proceed to Set up your Emacs
-
Add following code to your
.emacs
:(require 'twittering-mode)
- Execute
M-x twit
to run twittering-mode. - Open OAuth authorization page with your browser, click "Allow", and enter the PIN code.
- Your friends' timeline will appear. Enjoy!