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