help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Setting size of frame


From: uzibalqa
Subject: Setting size of frame
Date: Wed, 12 Jul 2023 11:05:40 +0000

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))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]