Skip to content

Instantly share code, notes, and snippets.

@intinig
Created July 11, 2011 22:05
Show Gist options
  • Save intinig/1076909 to your computer and use it in GitHub Desktop.
Save intinig/1076909 to your computer and use it in GitHub Desktop.
(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)
@pjammer
Copy link

pjammer commented Jul 12, 2011

not sure, but i do this:

;; Textmate - remember TM and autopair aren't too nice together, so i went with TM mode
(add-to-list 'load-path "~/.emacs.d/textmate")
(require 'textmate)
(tm/initialize)

and you can find it here:https://github.com/pjammer/emacs_for_rails_devs/blob/master/textmate/textmate.el

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment