mattkeller / elisp
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Graphs
-
Branch:
master
Matt Keller (author)
Mon Jun 28 19:47:53 -0700 2010
elisp /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Mar 26 19:21:16 -0700 2010 | |
| |
README | Sat Mar 27 09:46:38 -0700 2010 | |
| |
TODO-elisp.org | Sat Jun 12 16:27:43 -0700 2010 | |
| |
basic.el | Mon Jun 28 19:47:53 -0700 2010 | |
| |
host-kelma12755.el | Sat Mar 27 05:52:31 -0700 2010 | |
| |
host-mktop.el | Sat Mar 27 09:46:38 -0700 2010 | |
| |
init.el | Sat Jun 12 16:04:44 -0700 2010 | |
| |
java.el | Mon Jun 28 19:47:22 -0700 2010 | |
| |
lang.el | Fri Mar 26 19:39:13 -0700 2010 | |
| |
lib/ | Sat Jun 12 16:04:44 -0700 2010 | |
| |
lisp.el | Mon May 24 18:22:51 -0700 2010 | |
| |
mk-utils.el | Mon Jun 28 19:47:22 -0700 2010 | |
| |
org-init.el | Sat Mar 27 09:35:52 -0700 2010 | |
| |
projects.el | Sat Jun 12 16:02:35 -0700 2010 | |
| |
system-bsd.el | Sat Mar 27 13:51:01 -0700 2010 | |
| |
system-linux.el | Sat Mar 27 13:51:01 -0700 2010 | |
| |
system-windows.el | Sat Mar 27 09:30:40 -0700 2010 | |
| |
work.el | Fri Mar 26 20:02:35 -0700 2010 | |
| |
www.el | Sat Mar 27 09:30:40 -0700 2010 |
README
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).