comparison .elisp/settings/50.preferences.el @ 84:f013f40e7b63

Import latest nosemacs, set nose to output dots instead of verbose output.
author Augie Fackler <durin42@gmail.com>
date Tue, 14 Apr 2009 20:07:12 -0500
parents 45d7441d0cf2
children 5f7b673008b5
comparison
equal deleted inserted replaced
83:568f9f350844 84:f013f40e7b63
28 (show-paren-mode 1) 28 (show-paren-mode 1)
29 29
30 ;; Automatically revert unedited files that change on the underlying 30 ;; Automatically revert unedited files that change on the underlying
31 ;; system. 31 ;; system.
32 (global-auto-revert-mode) 32 (global-auto-revert-mode)
33
34 ;; I like dots in my nose output
35 (defvar nose-use-verbose nil)