summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2015-09-07 08:39:37 +0200
committerAlan Pearce2015-09-07 08:40:16 +0200
commit58a58f8176ac169c71ea30d18b093ef0f7f765d1 (patch)
tree499eef59fe652fe2230ab679bebcef8aeec1c10c /tag-emacs/emacs.d
parentaf351fc049176b48f6e484d927c3293b1077b6e1 (diff)
downloadnixfiles-58a58f8176ac169c71ea30d18b093ef0f7f765d1.tar.lz
nixfiles-58a58f8176ac169c71ea30d18b093ef0f7f765d1.tar.zst
nixfiles-58a58f8176ac169c71ea30d18b093ef0f7f765d1.zip
Emacs: Switch OSX font to Hack
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 a088d40e..9485ceae 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -347,7 +347,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 "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