diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 12a5f53d..f2d8f90b 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -144,7 +144,7 @@ Values: `desktop', `server', `laptop'") ((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))) |