Created
July 5, 2011 17:58
-
-
Save achamian/1065427 to your computer and use it in GitHub Desktop.
el-get config for defunkt/textmate.el
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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