Skip to content

Commit

Permalink
Increase default font size on Mac
Browse files Browse the repository at this point in the history
I'm old.
  • Loading branch information
andrewsardone committed Mar 29, 2012
1 parent f516ad9 commit f95e454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aps-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
(setq browse-url-browser-function 'browse-url-default-macosx-browser)
(setq delete-by-moving-to-trash t)
(setq ns-pop-up-frames nil)
(set-face-font 'default "-apple-Menlo-medium-normal-normal-*-11-*-*-*-m-0-iso10646-1")
(set-face-font 'default "-apple-Menlo-medium-normal-normal-*-13-*-*-*-m-0-iso10646-1")
(global-set-key (kbd "s-<return>") 'ns-toggle-fullscreen)))

;; bind shift-{left,right,up,down} to window movement
Expand Down

0 comments on commit f95e454

Please sign in to comment.