summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-12-24 10:57:06 +0100
committerAlan Pearce2015-12-24 10:57:06 +0100
commitd9d0d88b351356a24a96005551d5868cf5ae35be (patch)
tree0eea853fc8a1e44f682ba1aecd5a8e0c7dc77af7 /tag-emacs
parentb830b6829b0447e71ce30954679b4af0697103cf (diff)
downloaddotfiles-d9d0d88b351356a24a96005551d5868cf5ae35be.tar.lz
dotfiles-d9d0d88b351356a24a96005551d5868cf5ae35be.tar.zst
dotfiles-d9d0d88b351356a24a96005551d5868cf5ae35be.zip
Emacs: Use Input fonts on OS X
Diffstat (limited to 'tag-emacs')
-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 dc541de..8142fcb 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -162,7 +162,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource
      ((eq window-system 'w32)
       (ap/set-fonts "Consolas" 10 "Segoe UI" 11))
      ((eq system-type 'darwin)
-      (ap/set-fonts "Hack" 14 "Avenir" 14))))
+      (ap/set-fonts "Input Mono" 14 "Input Sans" 14))))
 #+END_SRC
 
 Allow font-lock-mode to do background parsing.  I’m not really sure if