/dotemacs

Emacs configuration

Primary LanguageEmacs Lisp

This is my configuration for GNU Emacs.

I have not attempted to use it with XEmacs; it likely will fail there.

How To Use
==========

1. Check out the newest version into $HOME/.emacs.d

   cd $HOME
   git clone git@github.com:kkreamer/dotemacs.git .emacs.d

2. Link $HOME/.emacs to $HOME/.emacs.d/config

   ln -s $HOME/.emacs.d/config $HOME/.emacs

3. Fire up emacs

   $ emacs &

4. For flymake to be able to do python syntax-checking: 
   
   pip install pylint

Legalese
========

This project is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as
published by the Free Software Foundation.

This project is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

Using GNU Emacs, type C-h C-c to bring up a copy of the GPL.