diff options
author | Alan Pearce | 2014-06-25 09:33:44 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-25 09:33:44 +0100 |
commit | 16f7ed19544f4a6e25bd314bd7adbaa0cab174f8 (patch) | |
tree | 3b464062b649acdd79ce3fadff0841fe1cfde1f9 /tag-emacs/emacs.d/init.el | |
parent | ddcfb1818b220367de3705176e66b6a501512dae (diff) | |
download | dotfiles-16f7ed19544f4a6e25bd314bd7adbaa0cab174f8.tar.lz dotfiles-16f7ed19544f4a6e25bd314bd7adbaa0cab174f8.tar.zst dotfiles-16f7ed19544f4a6e25bd314bd7adbaa0cab174f8.zip |
Emacs: set OSX font to Monaco
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 5c8fdcf..dc345ed 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -110,7 +110,7 @@ ((eq window-system 'w32) (ap/set-fonts "Consolas" "Segoe UI" 10)) ((eq system-type 'darwin) - (ap/set-fonts "Menlo" "Helvetica" 12)))) + (ap/set-fonts "Monaco" "Helvetica" 12)))) ;;;; Autosaves & Backups (let ((backup-dir (expand-file-name "~/.emacs.d/backups/"))) |