elmbark2023 / .emacs.d

My new emacs config, inspired by @emacsrocks

Home Page:http://emacsrocks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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

http://emacsrocks.com