summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-10-20 13:31:39 +0200
committerAlan Pearce2015-10-20 13:31:39 +0200
commitd5a131a8c0c669476f125a2bca434d0d3f79f315 (patch)
treec4b030a43ee3b064997dba59bd46ccfba7eed69a /tag-emacs
parent4eb68236f9bd69752e609789bd22564a573683b3 (diff)
downloaddotfiles-d5a131a8c0c669476f125a2bca434d0d3f79f315.tar.lz
dotfiles-d5a131a8c0c669476f125a2bca434d0d3f79f315.tar.zst
dotfiles-d5a131a8c0c669476f125a2bca434d0d3f79f315.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 dd19554..cc2dbdf 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -338,7 +338,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource
    ((eq window-system 'w32)
     (ap/set-fonts "Consolas" "Segoe UI" 10))
    ((eq system-type 'darwin)
-    (ap/set-fonts "Hack" "Helvetica" 12))))
+    (ap/set-fonts "Input Mono Narrow" "Input Sans Condensed" 12))))
 #+END_SRC
 
 Allow font-lock-mode to do background parsing.  I’m not really sure if