Update window-frame-size

This commit is contained in:
Marcus Kammer 2024-09-26 18:19:51 +02:00
parent e95e41b3a6
commit 6c54d916ce
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -523,7 +523,7 @@ an ALIAS and SERVICE as arguments and call
(defun mk/set-frame-size-85x50 ()
"Set the current frame's size to 85 columns by 50 rows."
(interactive)
(set-frame-size (selected-frame) 85 50))
(set-frame-size (selected-frame) 92 58))
(global-set-key (kbd "C-<f12>") #'mk/set-frame-size-85x50)