Skip to content

Instantly share code, notes, and snippets.

@shelling
Created March 12, 2012 10:43
Show Gist options
  • Select an option

  • Save shelling/2021107 to your computer and use it in GitHub Desktop.

Select an option

Save shelling/2021107 to your computer and use it in GitHub Desktop.
emacs frame setting for windows
(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