Mercurial > dotfiles
comparison .elisp/settings/50.preferences.el @ 356:b9fd69a36e0c
emacs: nudge size of font on linux up slightly
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 22 Dec 2014 15:00:59 -0500 |
parents | 231aef6069cc |
children |
comparison
equal
deleted
inserted
replaced
355:7edfa8d22584 | 356:b9fd69a36e0c |
---|---|
57 | 57 |
58 (cond | 58 (cond |
59 ((eq window-system 'ns) ;; OS X | 59 ((eq window-system 'ns) ;; OS X |
60 (set-face-attribute 'default nil :height 120)) | 60 (set-face-attribute 'default nil :height 120)) |
61 (t ;; everywhere else | 61 (t ;; everywhere else |
62 (set-face-attribute 'default nil :height 100))) | 62 (set-face-attribute 'default nil :height 105))) |
63 ) | 63 ) |
64 (af-gui-init) | 64 (af-gui-init) |
65 | 65 |
66 ;; use y or n instead of yes or no | 66 ;; use y or n instead of yes or no |
67 (fset 'yes-or-no-p 'y-or-n-p) | 67 (fset 'yes-or-no-p 'y-or-n-p) |