diff --git a/modules/config/default/+evil-commands.el b/modules/config/default/+evil-commands.el index 8ce341ac1..657524b18 100644 --- a/modules/config/default/+evil-commands.el +++ b/modules/config/default/+evil-commands.el @@ -25,7 +25,7 @@ command from the current directory instead of the project root." (interactive "") (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."