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)))