Update default LP compile command

This commit is contained in:
contrapunctus 2021-11-20 01:27:14 +05:30
parent 32e1292e1e
commit 8b0249e95c
1 changed files with 2 additions and 2 deletions

View File

@ -1912,10 +1912,10 @@ With PREFIX argument and CMD not supplied - prompt for command."
(my-compile-project
"Makefile"
prefix
(format "ORG_PATH=%S make -k %s"
(format "ORG_PATH=%S make -Bk %s"
(shell-quote-argument
(expand-file-name "~/.emacs.d/elisp-git/org-mode/lisp/"))
"compile")))
"tangle compile")))
(my-defhydra my-org-hydra (:color blue)
"Org"