From 8720f956a75a016315943e6d743a60f005c10d22 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 15 Sep 2016 17:42:27 -0700 Subject: [PATCH] Set font size using default-font-size-pt --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 1daf7ef2..62fd5bb6 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3937,7 +3937,7 @@ Set the character used to represent spaces to ยท, and the character used for tab ('error nil)) (set-face-attribute 'default nil :weight 'normal) (set-face-attribute - 'default nil :height (if (equal system-type 'darwin) 135 110))) + 'default nil :height imalison:default-font-size-pt)) (progn (load-theme 'source-code-pro t) (message "not setting font")))