Created
June 24, 2009 04:23
-
-
Save yaotti/135005 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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