diff .elisp/settings/50.preferences.el @ 159:362d19c732a8

preferences: use y-or-n-p instead of yes-or-no-p
author Augie Fackler <durin42@gmail.com>
date Tue, 24 Nov 2009 14:27:09 -0600
parents b67c5a3b98f3
children 668268f29a88
line wrap: on
line diff
--- a/.elisp/settings/50.preferences.el
+++ b/.elisp/settings/50.preferences.el
@@ -57,3 +57,6 @@
 (setq mac-pass-command-to-system nil)
 
 (set-face-attribute 'default nil :height 100)
+
+;; use y or n instead of yes or no
+(fset 'yes-or-no-p 'y-or-n-p)