public
Fork of technomancy/emacs-starter-kit
Description: All the code you need to get started, with an emphasis on dynamic languages.
Homepage:
Clone URL: git://github.com/topfunky/emacs-starter-kit.git
name age message
file .gitignore Wed Dec 24 21:47:59 -0800 2008 Whitespace cleanup. Implemented regen-ctags fun... [topfunky]
file COPYING Tue Nov 18 10:08:18 -0800 2008 initial commit [technomancy]
file README.markdown Wed Dec 17 11:41:16 -0800 2008 Cleanup so I can rebase from technomancy's mast... [topfunky]
file TODO Tue Dec 16 20:53:20 -0800 2008 Set up some ELPA stuff on launch. [technomancy]
file book.local.el Tue Nov 03 16:58:32 -0800 2009 Added machine-specific font settings [topfunky]
file custom.el Wed Jan 07 20:05:22 -0800 2009 Add obj-c .m and .h to list of matching header ... [topfunky]
directory elpa-to-submit/ Wed Dec 17 12:07:12 -0800 2008 Added eshell-vc.el. [technomancy]
directory elpa/ Loading commit data...
file init.el Thu Feb 05 09:52:54 -0800 2009 Turn off elpa for faster startup. [topfunky]
file octo.local.el Tue Nov 03 17:00:58 -0800 2009 Mac Pro-specific font settings [topfunky]
file package.el Thu Dec 04 08:41:50 -0800 2008 Rearranged ELPA code/docs. [technomancy]
file starter-kit-bindings.el Sat Feb 21 11:16:27 -0800 2009 Better Objective-C mode. Use M-/ for commenting... [topfunky]
file starter-kit-defuns.el Tue Dec 16 20:53:24 -0800 2008 Extracted cleanup buffer function. [technomancy]
file starter-kit-elpa.el Sun Jan 04 11:33:08 -0800 2009 Get rid of the monolithic js2-mode and use java... [topfunky]
file starter-kit-eshell.el Wed Dec 17 12:07:12 -0800 2008 Added eshell-vc.el. [technomancy]
file starter-kit-js.el Tue Dec 16 10:54:22 -0800 2008 Render JS functions as ƒ instead of λ. [technomancy]
file starter-kit-lisp.el Tue Dec 16 20:53:24 -0800 2008 Extracted cleanup buffer function. [technomancy]
file starter-kit-misc.el Sun Jan 04 11:33:08 -0800 2009 Get rid of the monolithic js2-mode and use java... [topfunky]
file starter-kit-registers.el Tue Nov 18 10:08:18 -0800 2008 initial commit [technomancy]
file starter-kit-ruby.el Tue Sep 15 17:08:10 -0700 2009 Don't use flymake [topfunky]
file topfunky.el Tue Nov 03 16:58:32 -0800 2009 Added machine-specific font settings [topfunky]
directory vendor/ Mon Oct 12 17:07:40 -0700 2009 Merge branch 'master' of git@github.com:topfunk... [topfunky]
README.markdown

Emacs Starter Kit

From Phil Hagelberg's emacs-starter-kit.

Current or planned customizations by Geoffrey Grosenbach (topfunky)

  • Intended for use with Carbon Emacs
  • May have partially functional or half-implemented features. Try forking the original from Phil if you experience problems or want a fresh start.

Some current additions

  • defunkt's TextMate minor-mode.
  • Some Mac key equivalents (Command-S, Command-Z).
  • Textile, Haml, Sass, etc.
  • Color themes.
  • yasnippet for TextMate-style snippets.
  • Useful functions such as toggle-fullscreen

Planned

  • More snippets
  • Better color theme

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 for dynamic languages.

Installation

  1. Install Emacs (at least version 22) Use your package manager if you have one. Otherwise, Mac users should get it from Apple. Windows users can get it from GNU.
  2. Move the directory containing this file to ~/.emacs.d
  3. Launch Emacs!

If you are missing some autoloads after an update (should manifest itself as "void function: foobar" errors) try M-x regen-autoloads.

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.

See starter-kit-elpa.el for a list of libraries that are pending submission to ELPA.

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. Take a look at what happens in init.el to get started.

Also: see the file TODO.

The latest version is at http://github.com/technomancy/emacs-starter-kit/