Skip to content

Instantly share code, notes, and snippets.

@jwinder
Created July 30, 2013 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwinder/6116572 to your computer and use it in GitHub Desktop.
Save jwinder/6116572 to your computer and use it in GitHub Desktop.
(defun mine-set-font-size (size)
(interactive "sSize: ")
(let ((font (concat "Monaco " size)))
(set-frame-parameter (selected-frame) 'font font)
(add-to-list 'default-frame-alist (cons 'font font))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment