summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 9bf9d34..2e24f30 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -241,7 +241,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource
           (ap/set-fonts "Monaco" 10 "Lucida Grande" 12 nil))))
      ((eq window-system 'x)
       (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 8))
-      (ap/set-fonts "Terminus" 8 "Lucida" 8 nil))))
+      (ap/set-fonts "Fixed" 8 "Lucida" 8 nil))))
 
   (ap/set-fonts-according-to-system))
 #+END_SRC