Skip to content

graehl/.emacs.d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.emacs

Thanks to magnars, the guy from the Emacs Rocks screencasts, for inspiring me to update my .emacs config (I've forked his).

Setup

To grab all the dependencies:

cd ~
mkdir old.emacs && mv .emacs* old.emacs

git clone --recursive git://github.com/graehl/.emacs.d.git

To update including submodules:

git pull
git submodule update --init

Todo

  • Stuff in defuns/ should use require/provide.
  • bindings should all be prefaced by a require
  • bindings should be uniformly (kbd "C-")
  • see also TODO

Install emacs on mac

I use Cocoa Emacs with fullscreen support. My version is 24.0.90.2 (Oct 11 2011).

About

My new emacs config, inspired by @emacsrocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 94.0%
  • Perl 5.4%
  • YASnippet 0.3%
  • Makefile 0.2%
  • HTML 0.1%
  • Pug 0.0%