comparison .emacs @ 76:2b2a667092fd

Add nose.el.
author Augie Fackler <durin42@gmail.com>
date Thu, 09 Apr 2009 13:29:13 -0500
parents fd369b708cbe
children 45d7441d0cf2
comparison
equal deleted inserted replaced
75:585a46facb75 76:2b2a667092fd
32 32
33 ; yaml 33 ; yaml
34 (require 'yaml-mode) 34 (require 'yaml-mode)
35 (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode)) 35 (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
36 36
37
38 (require 'nose)
37 39
38 ; Start the server so that emacsclient will work 40 ; Start the server so that emacsclient will work
39 ; TODO: is there a way to *not* start a server if one was already running? 41 ; TODO: is there a way to *not* start a server if one was already running?
40 (server-start) 42 (server-start)
41 43