summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-07-08 17:27:05 +0200
committerGravatar Tom Willemse2014-07-08 17:27:05 +0200
commit6e46caafe7bd785d5e13c04655b4fadf1a509d86 (patch)
treec6ee211c9aacb22d6f5d95945651dd3920ffd180
parentafed586d3d601b4b4dd8054ae7ebf687d5f80ea1 (diff)
downloademacs-6e46caafe7bd785d5e13c04655b4fadf1a509d86.tar.gz
emacs-6e46caafe7bd785d5e13c04655b4fadf1a509d86.zip
Use different method to specify font size
-rw-r--r--.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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