Mercurial > dotfiles
changeset 154:b67c5a3b98f3
emacs preferences: set a text height so linux doesn't get ideas.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 09 Oct 2009 10:15:52 -0500 |
parents | 616075bfadb5 |
children | 8b0932adcaf1 |
files | .elisp/settings/50.preferences.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/50.preferences.el +++ b/.elisp/settings/50.preferences.el @@ -52,4 +52,8 @@ (setq uniquify-ignore-buffers-re "^\\*") (setq hg-outgoing-repository "") (setq hg-incoming-repository "") -(setq mac-pass-command-to-system nil) ; so that Cmd+H won't activate Hide Current App and Cmd+Shift+q won't logout user. +; so that Cmd+H won't activate Hide Current +; App and Cmd+Shift+q won't logout user. +(setq mac-pass-command-to-system nil) + +(set-face-attribute 'default nil :height 100)