Update window-frame-size
This commit is contained in:
parent
e95e41b3a6
commit
6c54d916ce
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,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) 85 50))
|
(set-frame-size (selected-frame) 92 58))
|
||||||
|
|
||||||
(global-set-key (kbd "C-<f12>") #'mk/set-frame-size-85x50)
|
(global-set-key (kbd "C-<f12>") #'mk/set-frame-size-85x50)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue