From 4854edc3579422c3d789fa4a1704042b854c202e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 23 Mar 2012 18:37:56 +0000 Subject: [PATCH] Switched from Monaco to Menlo font I am still torn between the two, but have decided to see how I feel after a few days of Menlo usage. --- appearance.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appearance.el b/appearance.el index 22d4cc0..85eb4f2 100644 --- a/appearance.el +++ b/appearance.el @@ -2,8 +2,8 @@ (setq inhibit-startup-message t) ;; Set default font -(set-face-attribute 'default nil :family "Monaco" :height 110) -;; (set-face-attribute 'default nil :family "Menlo" :height 110) +;; (set-face-attribute 'default nil :family "Monaco" :height 110) +(set-face-attribute 'default nil :family "Menlo" :height 110) ;; Load Theme (if window-system (require 'birds-of-paradise-plus-theme)