Update key to resize frame

This commit is contained in:
Marcus Kammer 2024-10-11 10:08:20 +02:00
parent 39210a3ec7
commit 80375deb97
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -528,7 +528,7 @@ an ALIAS and SERVICE as arguments and call
(interactive) (interactive)
(set-frame-size (selected-frame) 92 58)) (set-frame-size (selected-frame) 92 58))
(global-set-key (kbd "C-<f12>") #'mk/set-frame-size-85x50) (global-set-key (kbd "M-<f11>") #'mk/set-frame-size-85x50)
(defun shell-new-bottom () (defun shell-new-bottom ()
"Open a shell window in the bottom third of the current window." "Open a shell window in the bottom third of the current window."