mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Use compile instead of async
This commit is contained in:
@ -7,9 +7,8 @@
|
|||||||
"The last test run.")
|
"The last test run.")
|
||||||
|
|
||||||
(defun +go--spawn (cmd)
|
(defun +go--spawn (cmd)
|
||||||
(require 'async)
|
|
||||||
(save-selected-window
|
(save-selected-window
|
||||||
(async-shell-command cmd)))
|
(compile cmd)))
|
||||||
|
|
||||||
(defun +go--run-tests (args)
|
(defun +go--run-tests (args)
|
||||||
(let ((cmd (concat "go test " args)))
|
(let ((cmd (concat "go test " args)))
|
||||||
|
Reference in New Issue
Block a user