File: INSTALL

package info (click to toggle)
twittering-mode 3.1.0-1.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,116 kB
  • sloc: lisp: 17,288; sh: 41; makefile: 3
file content (46 lines) | stat: -rw-r--r-- 1,415 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!-- -*- mode: markdown -*- -->

Installation Guide
==================

For Windows users
-----------------

* Uncompress the archive file, and add a path of a directory
  containing `twittering-mode.el` to your `load-path`.
  * For example, if you uncompressed it under `C:\foo\`, there may be
    a directory `C:\foo\twittering-mode-X.X.X\` which contains
    `twittering-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**

For Linux and other Unix users
------------------------------

* Uncompress the archive file, and add a path of a directory
  containing `twittering-mode.el` to your `load-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 contains
    `twittering-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**

Set up your Emacs
-----------------

* Add following code to your `.emacs`:

    (require 'twittering-mode)

Run twittering-mode
-------------------

1. Execute `M-x twit` to run twittering-mode.
2. Open OAuth authorization page with your browser, click "Allow", and
enter the PIN code.
3. Your friends' timeline will appear. Enjoy!