From ade60d10a14b72eb5462fbb56ac9d5bc50f543ec Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 21 Apr 2024 02:33:12 -0700 Subject: [PATCH] Try to fix my/project-run --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index ef37e7c..e603ea3 100644 --- a/init.el +++ b/init.el @@ -704,8 +704,8 @@ COMMAND and COMINT are like `compile'." (list (let ((default-directory (my/project-get-root-dir))) (read-shell-command "Run Command: " - (or my/project-run-command - (car my/-project-run-history)) + (or (car my/-project-run-history) + my/project-run-command) (if (and my/project-run-command (equal my/project-run-command (car-safe my/-project-run-history)))