From 8fc6d71a515a7023b3f9368242d624b60ba14159 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 1 Jun 2014 09:46:42 +0100 Subject: Emacs: Make fonts smaller on OSX. HiDPI displays! --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 38bc34ee..ab5be02f 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -99,7 +99,7 @@ ((eq window-system 'w32) (ap/set-fonts "Consolas" "Segoe UI" 10)) ((eq system-type 'darwin) - (ap/set-fonts "Menlo" "Helvetica" 14)))) + (ap/set-fonts "Menlo" "Helvetica" 12)))) ;;;; Autosaves & Backups (let ((backup-dir (expand-file-name "~/.emacs.d/backups/"))) -- cgit 1.4.1