mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Have go-test use verbose output
This commit is contained in:
@@ -108,7 +108,10 @@
|
||||
("C-c , c" . go-test-current-coverage)
|
||||
("C-c , b" . go-test-current-benchmark)
|
||||
("C-c , B" . go-test-current-project-benchmarks)
|
||||
("C-c , r" . go-run)))
|
||||
("C-c , r" . go-run))
|
||||
|
||||
:config
|
||||
(setq go-test-verbose t))
|
||||
|
||||
(use-package go-projectile
|
||||
:after go-mode
|
||||
|
||||
Reference in New Issue
Block a user