public
Description: My Emacs configuration
Homepage: http://devcraft.wordpress.com
Clone URL: git://github.com/bbatsov/emacs.git
emacs /
name age message
file README Loading commit data...
file dot-emacs.el
file editing-utils.el
README
These are my personal Emacs settings represented by dot-emacs.el, as well
as a few snippets of Lisp code written by me - such as editing-utils.

I have not included any outside Lisp packages referred by my configuration
in the repository since I consider it redundant. Packages such as 
yasnippet, rinari and so on are easy to find online and I have marked with
hyperlinks all external stuff that does not come bundled with Emacs.

My setup is tested only on Emacs 23, so probably not everything will work
on older Emacs versions. 

And a word of advice - my real .emacs file consist of only one line:
(load "~/emacs/dot-emacs.el")

I hope you'll find some on my setup helpful.

Bozhidar