From f7b609b6b83b91ac0a9f13c89f8157a05576c33a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 7 Apr 2017 13:29:40 -0700 Subject: [Emacs] Use the system's default mono font. Menlo on OSX --- emacs.d/lib/settings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.d/lib/settings.el b/emacs.d/lib/settings.el index 8eeb7d4..67799a8 100644 --- a/emacs.d/lib/settings.el +++ b/emacs.d/lib/settings.el @@ -88,7 +88,7 @@ (global-hl-line-mode 1) ;; Set default font. -(set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal :font "DejaVu Sans Mono") +(set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal) ;; no bell (setq visible-bell nil) -- cgit v1.2.3