all repos ā€” archive/dotfiles @ 58a58f8176ac169c71ea30d18b093ef0f7f765d1

Superseded by nixfiles

Emacs: Switch OSX font to Hack
Alan Pearce alan.pearce@spotcap.com
Mon, 07 Sep 2015 08:39:37 +0200
commit

58a58f8176ac169c71ea30d18b093ef0f7f765d1

parent

af351fc049176b48f6e484d927c3293b1077b6e1

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

jump to
M tag-emacs/emacs.d/init.org ā†’ tag-emacs/emacs.d/init.org
@@ -347,7 +347,7 @@ (cond    ((eq window-system 'w32)
     (ap/set-fonts "Consolas" "Segoe UI" 10))
    ((eq system-type 'darwin)
-    (ap/set-fonts "Menlo" "Helvetica" 12))))
+    (ap/set-fonts "Hack" "Helvetica" 12))))
 #+END_SRC
 
 Allow font-lock-mode to do background parsing.  Iā€™m not really sure if