mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Change font from Menlo to Monaco again
I just can't seem to get away from Monaco in Emacs...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user