[hydra] don't exit when running window commands

This commit is contained in:
contrapunctus 2021-07-06 06:23:25 +05:30
parent f507db8d66
commit 7d6e7d823a
1 changed files with 12 additions and 12 deletions

View File

@ -1298,10 +1298,10 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("e" contrapunctus-emms-hydra/body "emms")
("j" cp-jabber/body "Jabber")
("0" delete-window "delete this")
("1" delete-other-windows "delete others")
("2" split-window-below "split below")
("3" split-window-right "split right")
("0" delete-window "delete this" :color red)
("1" delete-other-windows "delete others" :color red)
("2" split-window-below "split below" :color red)
("3" split-window-right "split right" :color red)
("c" chronometrist "chronometrist")
("C" contrapunctus-mc-hydra/body "multiple cursors")
("d" dired-jump "dired-jump")
@ -1330,10 +1330,10 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("t" cp-org-set-tags "tags")
("n" cp-org-nav/body "navigation")
("0" delete-window "delete this")
("1" delete-other-windows "delete others")
("2" split-window-below "split below")
("3" split-window-right "split right")
("0" delete-window "delete this" :color red)
("1" delete-other-windows "delete others" :color red)
("2" split-window-below "split below" :color red)
("3" split-window-right "split right" :color red)
("c" chronometrist "chronometrist")
("C" contrapunctus-mc-hydra/body "multiple cursors")
("d" dired-jump "dired-jump")
@ -1413,10 +1413,10 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("J" org-babel-tangle-jump-to-org "Jump to definition (Org)")
("t" (contrapunctus-el-test/body) "Test")
("0" delete-window "delete this")
("1" delete-other-windows "delete others")
("2" split-window-below "split below")
("3" split-window-right "split right")
("0" delete-window "delete this" :color red)
("1" delete-other-windows "delete others" :color red)
("2" split-window-below "split below" :color red)
("3" split-window-right "split right" :color red)
("C" contrapunctus-mc-hydra/body "multiple cursors")
("i" (find-file "~/.emacs.d/init.org") "open init")
("I" contrapunctus-info-hydra/body "Info")