;; Emacs for Windows: Avoid the slightly distracting visual effect of Emacs starting with its default frame size and then growing to fullscreen (setq frame-resize-pixelwise t) (set-frame-position (selected-frame) 0 0) (set-frame-size (selected-frame) (display-pixel-width) (display-pixel-height) t)