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.
This commit is contained in:
2012-03-23 18:37:56 +00:00
parent 9f2ad34788
commit 4854edc357

View File

@@ -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)