Skip to content

Instantly share code, notes, and snippets.

@achamian
Created July 5, 2011 17:58
Show Gist options
  • Save achamian/1065427 to your computer and use it in GitHub Desktop.
Save achamian/1065427 to your computer and use it in GitHub Desktop.
el-get config for defunkt/textmate.el
;; local sources
(setq el-get-sources
'((:name textmate
:type git
:url "https://github.com/defunkt/textmate.el.git"
:features textmate
:after (lambda () (textmate-mode)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment