Change se-frame-size function
This commit is contained in:
parent
8e99a0ca22
commit
df8bfe3408
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,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) 92 58))
|
||||
(set-frame-size (selected-frame) 92 53))
|
||||
|
||||
(global-set-key (kbd "M-<f11>") #'mk/set-frame-size-85x50)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue