-
Notifications
You must be signed in to change notification settings - Fork 0
tomoyuki28jp/emacs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
About
my emacs config
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published