all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Setting size of frame
@ 2023-07-12 11:05 uzibalqa
  2023-07-12 12:47 ` Robert Pluim
  0 siblings, 1 reply; 2+ messages in thread
From: uzibalqa @ 2023-07-12 11:05 UTC (permalink / raw)
  To: uzibalqa via Users list for the GNU Emacs text editor


I want to set the size of a frame by calling a function.

Although I have seen the following, I am not sure whether using add-to-list is 
the appropriate choice.  I only want the changes to happen in the working frame.   

(add-to-list 'default-frame-alist '(width  . 90))
(add-to-list 'default-frame-alist '(height . 40))





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-12 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-12 11:05 Setting size of frame uzibalqa
2023-07-12 12:47 ` Robert Pluim

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.