-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (22 loc) · 849 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
emacs-settings is a command line utility to install emacs packages.
--------------------------------------------------------------------
Install:
You can get the latest sources by using git.
$ git clone git://github.com/garaemon/emacs-settings.git
And you need to add emacs-settings to PATH.
In you use .basahrc or .zshrc, add the following line into it:
export PATH=$PATH:/path/to/emacs/settings
Usage:
please use help command.
$ emacs-settings help
boostrap:
you need to edit your ~/.emacs for emacs-settings.
emacs-settings gives an easy way by setup command.
$ emacs-settings setup >> ~/.emacs
for example, install anything.
$ emacs-settings install anything
How to add another source file?
You can use `add' comamnd to add another source file.
$ emacs-settings add http://another.emacs.el
Format of the source file:
UNDER CONSTRUCTION