-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (22 loc) · 847 Bytes
/
README
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
TO USE:
1. Install required packages
[Example for ubuntu users]:
sudo apt-get install emacs elscreen mew gnutls-bin w3m migemo ispell xsel imagemagick sdic
2. git clone git://github.com/tomoyuki28jp/emacs.git ~/.emacs.d
3. git submodule init && git submodule update
4. ln -s ~/.emacs.d/.emacs ~/
5. If you want to use rcirc, you might want to create auth-rcirc.el file.
(Without doing this, you will have to type your user name and password
every time you start rcirc.)
[Example]:
~/.emacs.d/.auth/auth-rcirc.el
<code>
(setq rcirc-default-nick "nick-name")
(setq rcirc-default-user-name "user-name")
(setq rcirc-authinfo
`(("freenode" nickserv "user" "pass")
("localhost" bitlbee "user" "pass")))
</code>
[Note]:
In order to use bitlbee, you need to install bitlbee
(apt-get install bitlbee), setup and register a user.