# HG changeset patch # User Augie Fackler # Date 1255101352 18000 # Node ID b67c5a3b98f30c927a0ea689c36913b7ba133c9f # Parent 616075bfadb5be8cf056b653b4dc75d009ed81f9 emacs preferences: set a text height so linux doesn't get ideas. diff --git a/.elisp/settings/50.preferences.el b/.elisp/settings/50.preferences.el --- 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)