mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(core/linux): maximize window after finished loading
This commit is contained in:
@@ -27,5 +27,8 @@
|
||||
;; Keybindinds
|
||||
(global-set-key (kbd "s-<return>") 'toggle-frame-fullscreen)
|
||||
|
||||
;; Set initial frame to fullscreen when Emacs starts.
|
||||
(add-to-list 'initial-frame-alist '(fullscreen . maximized))
|
||||
|
||||
(provide 'siren-core-linux)
|
||||
;;; siren-core-linux.el ends here
|
||||
|
||||
Reference in New Issue
Block a user