docs(emacs): fix docstring of windows-adjust-size
This commit is contained in:
parent
788ecefbe5
commit
b11b2982c6
@ -73,9 +73,9 @@ focus the new window immediately.
|
|||||||
(with-eval-after-load 'hydra
|
(with-eval-after-load 'hydra
|
||||||
(defhydra windows-adjust-size ()
|
(defhydra windows-adjust-size ()
|
||||||
"
|
"
|
||||||
_s_: enlarge
|
|
||||||
_c_: enlarge _r_: right
|
|
||||||
_t_: shrink
|
_t_: shrink
|
||||||
|
_c_: enlarge _r_: right
|
||||||
|
_s_: enlarge
|
||||||
"
|
"
|
||||||
("c" enlarge-window-horizontally)
|
("c" enlarge-window-horizontally)
|
||||||
("t" shrink-window)
|
("t" shrink-window)
|
||||||
|
Loading…
Reference in New Issue
Block a user