Set font size using default-font-size-pt

This commit is contained in:
Ivan Malison 2016-09-15 17:42:27 -07:00
parent 880046e37f
commit 8720f956a7
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3937,7 +3937,7 @@ Set the character used to represent spaces to ·, and the character used for tab
('error nil)) ('error nil))
(set-face-attribute 'default nil :weight 'normal) (set-face-attribute 'default nil :weight 'normal)
(set-face-attribute (set-face-attribute
'default nil :height (if (equal system-type 'darwin) 135 110))) 'default nil :height imalison:default-font-size-pt))
(progn (progn
(load-theme 'source-code-pro t) (load-theme 'source-code-pro t)
(message "not setting font"))) (message "not setting font")))