diff .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
line wrap: on
line diff
--- a/.emacs
+++ b/.emacs
@@ -35,6 +35,8 @@
 (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
 
 
+(require 'nose)
+
 ; 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)