all repos ā€” archive/dotfiles @ d5a131a8c0c669476f125a2bca434d0d3f79f315

Superseded by nixfiles

Emacs: Use Input fonts on OS X
Alan Pearce alan.pearce@spotcap.com
Tue, 20 Oct 2015 13:31:39 +0200
commit

d5a131a8c0c669476f125a2bca434d0d3f79f315

parent

4eb68236f9bd69752e609789bd22564a573683b3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.org ā†’ tag-emacs/emacs.d/init.org
@@ -338,7 +338,7 @@ (cond    ((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