Created
March 12, 2012 10:43
-
-
Save shelling/2021107 to your computer and use it in GitHub Desktop.
emacs frame setting for windows
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
| (if (and (>= emacs-major-version 23) (eq window-system 'w32)) | |
| (progn | |
| (setq frame-setting | |
| '( | |
| (font . "Consolas-14") | |
| (left . 120) | |
| (width . 80) | |
| (height . 42) | |
| )))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment