[hydra] add literate-elisp and compile (prompt) heads

This commit is contained in:
contrapunctus 2021-09-21 13:47:37 +05:30
parent 35f8b1bc05
commit b8e9db537c
1 changed files with 2 additions and 0 deletions

View File

@ -1607,6 +1607,7 @@ With PREFIX argument and CMD not supplied - prompt for command."
(my-defhydra my-org-hydra (:color blue)
"Org"
("L" (literate-elisp-load (buffer-file-name)) "literate-elisp-load")
("p" org-set-property "property")
("l" my-org-hydra-block/body "source block")
("t" my-org-hydra-set-tags "tags")
@ -1669,6 +1670,7 @@ With PREFIX argument and CMD not supplied - prompt for command."
"Emacs Lisp"
("c" my-elisp-bytecomp-hydra/body "byte compile")
("b" my-compile-org-lp "compile")
("B" (my-compile-project "Makefile" t) "compile (prompt)")
("C-b" contrapunctus-async-tangle "babel-tangle")
("e" my-elisp-hydra-eval/body "Eval")
("E" my-elisp-hydra-debug/body "Debug")