mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(macos): No longer trigger fullscreen on startup
Recent Emacs 27 builds use the native macOS fullscreen for the first 10-20 seconds after startup when `ns-use-native-fullscreen` is set to nil during startup. So instead of forcing emacs into fullscreen, just force maximize the window on startup instead.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
(setq ns-use-native-fullscreen nil)
|
||||
|
||||
;; Set initial frame to fullscreen when Emacs starts.
|
||||
(add-to-list 'initial-frame-alist '(fullscreen . fullboth))
|
||||
(add-to-list 'initial-frame-alist '(fullscreen . maximized))
|
||||
|
||||
(provide 'siren-core-macos)
|
||||
;;; siren-core-macos.el ends here
|
||||
|
||||
Reference in New Issue
Block a user