Add Common Lisp source block to Org block hydra

This commit is contained in:
contrapunctus 2022-01-10 10:06:47 +05:30
parent 24f1812ec5
commit 9ee8302a6b
1 changed files with 3 additions and 2 deletions

View File

@ -2118,9 +2118,10 @@ With PREFIX argument and CMD not supplied - prompt for command."
("h" (my-org-hydra-insert-block "SRC" "sh") "Shell")
("o" (my-org-hydra-insert-block "QUOTE") "quote")
("v" (my-org-hydra-insert-block "VERSE") "verse")
("s" (my-org-hydra-insert-block "SRC" "scheme") "Scheme"))
("s" (my-org-hydra-insert-block "SRC" "scheme") "Scheme")
("l" (my-org-hydra-insert-block "SRC" "lisp") "Common Lisp"))
#+END_SRC
*** org navigation
#+BEGIN_SRC emacs-lisp
(defhydra my-org-hydra-nav (:color red)