Eval compile-command in :make
In case it is a set to a lisp form by a file local variable.
This commit is contained in:
parent
6a39b98f67
commit
d59f36eee1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ command from the current directory instead of the project root."
|
|||
(interactive "<sh><!>")
|
||||
(let ((default-directory (if from-pwd default-directory (doom-project-root t))))
|
||||
(compile (or (if command (evil-ex-replace-special-filenames command))
|
||||
compile-command))))
|
||||
(eval compile-command)))))
|
||||
|
||||
(evil-define-command doom:reverse-lines (beg end)
|
||||
"Reverse lines between BEG and END."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue