Skip to content

Commit

Permalink
Adjust default fullscreen frame parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
whatacold authored and tecosaur committed Apr 14, 2024
1 parent 68bb1c8 commit 91d72e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emacs-everywhere.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 91d72e4

Please sign in to comment.