From 6e46caafe7bd785d5e13c04655b4fadf1a509d86 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 8 Jul 2014 17:27:05 +0200 Subject: Use different method to specify font size --- .emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.org b/.emacs.d/init.org index ca76974..dc4e897 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -200,7 +200,7 @@ like so: #+BEGIN_SRC emacs-lisp :tangle no - (set-frame-font "Fantasque Sans Mono:pixelsize=17" nil t) + (set-frame-font "Fantasque Sans Mono 13" nil t) #+END_SRC However, this doesn't work when running Emacs as a Daemon. You -- cgit v1.2.3-54-g00ecf