-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added README; added TODO to org agenda file list
- Loading branch information
Matt Keller
committed
Mar 27, 2010
1 parent
46b8e81
commit baa9a7c
Showing
3 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
tbd | ||
|
||
Load init.el first. It loads everything else. Launch emacs like: | ||
|
||
emacs -q -l ~/elisp/init.el | ||
|
||
basic.el has all my must-have configuration and does not rely on any | ||
thirdparty libraries. It should work fine in emacs 22 and 23. It can | ||
be used a simple, portable .emacs file. | ||
|
||
All thirdparty libraries are in ./lib. All files directly in this | ||
directory are config files. | ||
|
||
The system-<x>.el files are specific to a particular OS. The | ||
host-<x>.el files are specific to a particular machine. work.el is | ||
loaded when it detects I am at work (by testing the hostname). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters