Try to fix my/project-run
This commit is contained in:
parent
83bcc27a41
commit
ade60d10a1
4
init.el
4
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)))
|
||||
|
Loading…
Reference in New Issue
Block a user