comparison .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
comparison
equal deleted inserted replaced
158:36a4e4b0f9c3 159:362d19c732a8
55 ; so that Cmd+H won't activate Hide Current 55 ; so that Cmd+H won't activate Hide Current
56 ; App and Cmd+Shift+q won't logout user. 56 ; App and Cmd+Shift+q won't logout user.
57 (setq mac-pass-command-to-system nil) 57 (setq mac-pass-command-to-system nil)
58 58
59 (set-face-attribute 'default nil :height 100) 59 (set-face-attribute 'default nil :height 100)
60
61 ;; use y or n instead of yes or no
62 (fset 'yes-or-no-p 'y-or-n-p)