[hydra/org] add org-babel-tangle-jump-to-org keybinding

This commit is contained in:
contrapunctus 2021-06-17 16:50:48 +05:30
parent bbd6926886
commit bef33c417a

View File

@ -1392,8 +1392,7 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("e" cp-el-eval/body "Eval") ("e" cp-el-eval/body "Eval")
("h" helpful-at-point "Help") ("h" helpful-at-point "Help")
("j" xref-find-definitions "Jump to definition") ("j" xref-find-definitions "Jump to definition")
("b" (cp/compile-project "Cask" "cask build") "Compile") ("J" org-babel-tangle-jump-to-org "Jump to definition (Org)")
("B" (cp/compile-project "Cask" "cask clean-elc") "clean")
("t" (contrapunctus-el-test/body) "Test") ("t" (contrapunctus-el-test/body) "Test")
("C" contrapunctus-mc-hydra/body "multiple cursors") ("C" contrapunctus-mc-hydra/body "multiple cursors")