Try to fix my/project-run

This commit is contained in:
Alexander Rosenberg 2024-04-21 02:33:12 -07:00
parent 83bcc27a41
commit ade60d10a1
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -704,8 +704,8 @@ COMMAND and COMINT are like `compile'."
(list (list
(let ((default-directory (my/project-get-root-dir))) (let ((default-directory (my/project-get-root-dir)))
(read-shell-command "Run Command: " (read-shell-command "Run Command: "
(or my/project-run-command (or (car my/-project-run-history)
(car my/-project-run-history)) my/project-run-command)
(if (and my/project-run-command (if (and my/project-run-command
(equal my/project-run-command (equal my/project-run-command
(car-safe my/-project-run-history))) (car-safe my/-project-run-history)))