Mercurial > dotfiles
diff .emacs @ 52:d6ea7c108453
Add yaml mode.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 19 Feb 2009 09:19:18 -0600 |
parents | ac7a8f9a0924 |
children | 5c25d3dc29ab |
line wrap: on
line diff
--- a/.emacs +++ b/.emacs @@ -30,6 +30,11 @@ (textmate-mode) (textmate-also-ignore "eggs|cover|daisy|.*.pyc") +; yaml +(require 'yaml-mode) +(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode)) + + ; Start the server so that emacsclient will work ; TODO: is there a way to *not* start a server if one was already running? (server-start)