all repos — nixfiles @ 27aefd3262ab94a65b1dbaf093ee57e7153eeb57

System and user configuration, managed by nix and home-manager

Emacs: fix reference to missing font on OSX
Alan Pearce alan@alanpearce.co.uk
Tue, 08 Oct 2013 21:46:00 +0100
commit

27aefd3262ab94a65b1dbaf093ee57e7153eeb57

parent

d0f58576663d1005503cb148fc63c3cdaf620501

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

jump to
M emacs/init.elemacs/init.el
@@ -144,7 +144,7 @@ (number-to-string (1+ font-size)))))))    ((eq system-type 'darwin)
     (let* ((font-size 14)
            (mono-face "Droid Sans Mono")
-           (variable-face "Helvetica Neue")
+           (variable-face "Helvetica_Neue")
            (default-font (concat mono-face "-" (number-to-string font-size))))
         (when mono-face
           (add-to-list 'default-frame-alist `(font . ,default-font)))