[hydra] org - add Scheme source block

This commit is contained in:
contrapunctus 2021-08-08 23:39:55 +05:30
parent 2e50afd431
commit 7b394c2192
1 changed files with 3 additions and 2 deletions

View File

@ -1556,9 +1556,10 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("e" (my-org-hydra-insert-block "SRC" "emacs-lisp") "Emacs Lisp")
("t" (my-org-hydra-insert-block "SRC" "emacs-lisp :tangle test :load test") "Emacs Lisp test")
("E" (my-org-hydra-insert-block "SRC" "emacs-lisp :tangle no :load no") "Emacs Lisp example")
("s" (my-org-hydra-insert-block "SRC" "shell :tangle no") "Shell")
("h" (my-org-hydra-insert-block "SRC" "shell :tangle no") "Shell")
("o" (my-org-hydra-insert-block "QUOTE") "quote")
("v" (my-org-hydra-insert-block "VERSE") "verse"))
("v" (my-org-hydra-insert-block "VERSE") "verse")
("s" (my-org-hydra-insert-block "SRC" "scheme") "Scheme"))
#+END_SRC
**** org navigation