Skip to content

Commit

Permalink
Make sure all frames use Monaco-16 on mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Oct 19, 2011
1 parent 6e349d4 commit 4ca78d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(setq mac-command-modifier 'meta)

;; mac friendly font
(set-frame-font "Monaco-16")
(set-face-attribute 'default nil :font "Monaco-16")

;; make sure path is correct when launched as application
(when (equal system-type 'darwin)
Expand Down

0 comments on commit 4ca78d1

Please sign in to comment.