commit - aa623eec1281c3ca8e5a5b6e823681f1b22d1538
commit + c7e9cc6fccc953469f1913d639b930e137ebd2db
blob - 8ef73a91ea42183b75bffa25dd4b9cef6c8030a2
blob + e586f29986e967a9b9359e144b484b504aae02b8
--- lisp/setup-ui.el
+++ lisp/setup-ui.el
frame-inhibit-implied-resize t
window-resize-pixelwise t)
- (when (eq system-type 'darwin)
- (push '(fullscreen . fullboth) default-frame-alist))
+ ;; Start in fullscreen
+ (push '(fullscreen . fullboth) default-frame-alist)
;; Move underlines to the descent line to reduce glyph clipping.
(setopt x-underline-at-descent-line t))