Change se-frame-size function

This commit is contained in:
Marcus Kammer 2024-12-09 19:13:33 +01:00
parent 8e99a0ca22
commit df8bfe3408

View file

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