Skip to content

Instantly share code, notes, and snippets.

@yaotti
Created June 24, 2009 04:23
Show Gist options
  • Save yaotti/135005 to your computer and use it in GitHub Desktop.
Save yaotti/135005 to your computer and use it in GitHub Desktop.
;; for Carbon Emacs
;; print font size
(defun change-print-font-size ()
(interactive)
(let ((new-font-size
(read-number (format "font-size(current: %d): "
mac-print-font-size))))
(setq mac-print-font-size new-font-size)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment