[Emacs] Fix keybinds in window resizing hydra

This commit is contained in:
Lucien Cartier-Tilet 2021-07-30 18:15:56 +02:00
parent f04293d664
commit 59362050d1
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 4 deletions

View File

@ -905,10 +905,10 @@ windows.
[_c_/_r_] shrink/enlarge horizontally
"
("q" nil :exit t)
("c" shrink-window)
("r" enlarge-window)
("t" enlarge-window-horizontally)
("s" shrink-window-horizontally))
("c" shrink-window-horizontally)
("t" enlarge-window)
("s" shrink-window)
("r" enlarge-window-horizontally))
#+end_src
* Packages Configuration