Skip to content

Instantly share code, notes, and snippets.

@paykroyd
Created November 18, 2011 05:01
Show Gist options
  • Save paykroyd/1375647 to your computer and use it in GitHub Desktop.
Save paykroyd/1375647 to your computer and use it in GitHub Desktop.
'((:name magit
:after (lambda () (global-set-key (kbd "C-x C-z") 'magit-status)))
(:name color-theme-zenburn :after (lambda() (color-theme-zenburn)))
(:name textmate
:type git
:url "git://github.com/defunkt/textmate.el.git"
:features textmate
:compile "textmate.el"
:after (lambda () (textmate-mode)))
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment