Created
July 11, 2011 22:05
-
-
Save intinig/1076909 to your computer and use it in GitHub Desktop.
This file contains 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
(setq el-get-sources | |
'((:name textmate | |
:type git | |
:url "https://github.com/defunkt/textmate.el.git" | |
:features textmate | |
:after (lambda() (textmate-mode))) | |
magit | |
autopair | |
color-theme | |
color-theme-solarized | |
smooth-scrolling | |
twittering-mode | |
rainbow-mode | |
ruby-compilation | |
yaml-mode)) | |
(el-get 'sync el-get-sources) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
not sure, but i do this:
and you can find it here:https://github.com/pjammer/emacs_for_rails_devs/blob/master/textmate/textmate.el