Mercurial > dotfiles
comparison .elisp/settings/10.require.el @ 141:e30655eb7050
textmate.el: synced with upstream
Includes discovering that ido-imenu was a better textmate-goto-symbol
and support for excluding files from grepping that are otherwise
tracked in VCS. Useful for symlinks to large trees, and other such things.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 15 Sep 2009 20:28:22 -0400 |
parents | 68f53fa09e99 |
children | a7deb3b738a2 |
comparison
equal
deleted
inserted
replaced
140:7fa84e297c84 | 141:e30655eb7050 |
---|---|
11 (require 'diff-mode-) | 11 (require 'diff-mode-) |
12 (require 'midnight) | 12 (require 'midnight) |
13 | 13 |
14 (require 'textmate) | 14 (require 'textmate) |
15 (textmate-mode) | 15 (textmate-mode) |
16 (textmate-also-ignore "eggs|cover|daisy|.*.pyc") | |
17 | 16 |
18 (require 'yaml-mode) | 17 (require 'yaml-mode) |
19 (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode)) | 18 (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode)) |
20 | 19 |
21 (require 'nose) | 20 (require 'nose) |