diff --git a/appearance.el b/appearance.el index 8575e8c..48e77e2 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)