How to maximize Emacs on Windows at startup?

后端 未结 15 1261
天命终不由人
天命终不由人 2020-12-13 03:45

This is driving me crazy: I simply want Emacs to maximize to whatever screen resolution I have at startup. Ideally I like a cross-platform (Windows & Linux) solution tha

15条回答
  •  抹茶落季
    2020-12-13 04:22

    This is the simplest fix that worked for me:

    (w32-send-sys-command #xf030)
    (add-hook 'window-setup-hook (lambda () (tool-bar-mode -1)))
    

提交回复
热议问题