Adjust default fullscreen frame parameter

This commit is contained in:
Ken Huang 2024-04-14 23:44:55 +08:00 committed by TEC
parent 68bb1c822e
commit 91d72e4c05
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ when applicable."
(defcustom emacs-everywhere-frame-parameters
`((name . "emacs-everywhere")
(fullscreen . nil) ; Helps on GNOME at least
(width . 80)
(height . 12))
"Parameters `make-frame' recognises to apply to the emacs-everywhere frame."