Mercurial > dotfiles
comparison .elisp/settings/50.preferences.el @ 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 | 6b57bb47de2e |
children | 362d19c732a8 |
comparison
equal
deleted
inserted
replaced
150:616075bfadb5 | 154:b67c5a3b98f3 |
---|---|
50 (setq uniquify-separator "/") | 50 (setq uniquify-separator "/") |
51 (setq uniquify-after-kill-buffer-p t) | 51 (setq uniquify-after-kill-buffer-p t) |
52 (setq uniquify-ignore-buffers-re "^\\*") | 52 (setq uniquify-ignore-buffers-re "^\\*") |
53 (setq hg-outgoing-repository "") | 53 (setq hg-outgoing-repository "") |
54 (setq hg-incoming-repository "") | 54 (setq hg-incoming-repository "") |
55 (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. | 55 ; so that Cmd+H won't activate Hide Current |
56 ; App and Cmd+Shift+q won't logout user. | |
57 (setq mac-pass-command-to-system nil) | |
58 | |
59 (set-face-attribute 'default nil :height 100) |