Skip to content

Instantly share code, notes, and snippets.

@achamian
Created July 5, 2011 17:58

Revisions

  1. achamian created this gist Jul 5, 2011.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ;; local sources
    (setq el-get-sources
    '((:name textmate
    :type git
    :url "https://github.com/defunkt/textmate.el.git"
    :features textmate
    :after (lambda () (textmate-mode)))))