summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-09-09 16:07:47 +0200
committerAlan Pearce2016-09-09 16:07:47 +0200
commit00a42716df66a66ab6e58fbf57ab6621b774c7d2 (patch)
treed24da612024672c7e740ef48da26372ee66faca2 /tag-emacs/emacs.d
parent1333da407a8ab2a898d006411384d8e08c8e3481 (diff)
downloaddotfiles-00a42716df66a66ab6e58fbf57ab6621b774c7d2.tar.lz
dotfiles-00a42716df66a66ab6e58fbf57ab6621b774c7d2.tar.zst
dotfiles-00a42716df66a66ab6e58fbf57ab6621b774c7d2.zip
Emacs: Use Monoid as single-screen font
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 9831447..824fa08 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -224,7 +224,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource
          ((eq window-system 'ns)
           (let ((displays (string-to-number (shell-command-to-string "system_profiler SPDisplaysDataType | grep \"Online: Yes\" | wc -l"))))
             (if (eq displays 1)
-                (ap/set-fonts "PT Mono" 12 "Lucide Grande" 12 t)
+                (ap/set-fonts "Monoid" 12 "Lucide Grande" 12 t)
               (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12 t))))
          ((eq window-system 'x)
           (ap/set-fonts "Source Code Pro" 10 "Input Sans" 10 t))))