Mercurial > dotfiles
annotate .elisp/settings/10.require.el @ 151:bf6b5a0dc1f3
.elisp: Make textmate-goto-symbol always recompute function locations.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 08 Oct 2009 18:49:28 -0400 |
parents | a7deb3b738a2 |
children | 616075bfadb5 |
rev | line source |
---|---|
77 | 1 ;; Better buffer switching and file loading (load first in case we need the |
2 ;; * Messages * buffer) | |
3 (require 'ido) | |
4 (setq ido-enable-flex-matching t) | |
5 (ido-mode t) | |
6 | |
7 (require 'python-mode) | |
8 (require 'ipython) | |
9 (require 'show-wspace) | |
10 (require 'mercurial) | |
11 (require 'diff-mode-) | |
12 (require 'midnight) | |
13 | |
14 (require 'textmate) | |
15 (textmate-mode) | |
16 | |
17 (require 'yaml-mode) | |
18 (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode)) | |
19 | |
20 (require 'nose) | |
143
35eef880a5ac
emacs: add http-twiddle for POST debugging
Augie Fackler <durin42@gmail.com>
parents:
86
diff
changeset
|
21 (require 'http-twiddle) |