Every repository with this icon (
Every repository with this icon (
tree 18348592130086fb8a8732336bb019448d8ec382
parent 0fbb75b6b93eebe05ab3ca191a27d2a2f20e6de6
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Dec 03 23:46:16 -0800 2008 | |
| |
COPYING | Tue Nov 18 10:08:18 -0800 2008 | |
| |
README.markdown | Wed Dec 03 10:10:07 -0800 2008 | |
| |
TODO | Thu Nov 20 08:58:02 -0800 2008 | |
| |
elpa-to-submit/ | Fri Nov 21 11:35:08 -0800 2008 | |
| |
elpa/ | Tue Nov 18 10:08:18 -0800 2008 | |
| |
init.el | Mon Dec 08 10:44:04 -0800 2008 | |
| |
starter-kit-bindings.el | Mon Dec 08 10:44:04 -0800 2008 | |
| |
starter-kit-defuns.el | Tue Nov 18 10:08:18 -0800 2008 | |
| |
starter-kit-elpa.el | Tue Nov 18 10:08:18 -0800 2008 | |
| |
starter-kit-eshell.el | Thu Nov 20 09:45:32 -0800 2008 | |
| |
starter-kit-lisp.el | Thu Nov 20 08:47:02 -0800 2008 | |
| |
starter-kit-misc.el | Tue Nov 18 10:08:18 -0800 2008 | |
| |
starter-kit-registers.el | Tue Nov 18 10:08:18 -0800 2008 | |
| |
starter-kit-ruby.el | Wed Nov 26 16:17:47 -0800 2008 | |
| |
topfunky-misc.el | Wed Dec 17 11:22:34 -0800 2008 | |
| |
vendor/ | Wed Dec 17 11:22:34 -0800 2008 |
Emacs Starter Kit
From Phil Hagelberg's emacs-starter-kit.
Current or planned customizations by Geoffrey Grosenbach (topfunky)
- Intended for use with Emacs built for Mac OS X from git://git.sv.gnu.org/emacs.git
Planned
- Implement Mac-friendly keyboard shortcuts. Liberal usage of the Apple command key to make shortcuts even shorter.
- Add other plugins that I use, such as Textile, Haml, Sass, etc.
- Add TextMate-style snippets with yasnippet
Description
This should provide a saner set of defaults than you get normally with Emacs. It's intended for beginners, but it should provide a reasonable working environment for anyone using Emacs.
Installation
- Install Emacs Use your package manager if you have one. Otherwise, Mac users should get it from Apple. Windows users can get it from GNU.
- Move this directory to ~/.emacs.d
- Launch Emacs!
If you are missing some autoloads after an update (should manifest itself as "void function: foobar" errors) try deleting your loaddefs.el file and restarting Emacs.
If you want to keep your regular ~/.emacs.d in place and just launch a single instance using the starter kit, try the following invocation:
$ emacs -q -l ~/src/emacs-starter-kit/init.el
ELPA
Libraries from ELPA (http://tromey.com/elpa) are preferred when available since dependencies are handled automatically, and the burden to update them is removed from the user.
Contributing
If you know your way around Emacs, please try out the starter kit as a replacement for your regular dotfiles for a while. If there's anything you just can't live without, add it or let me know so I can add it.
Also: see the file TODO.







