mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
go: remove helm-go-package
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
:n "gd" 'godef-jump
|
||||
(:leader :n "h" 'godef-describe)
|
||||
(:localleader
|
||||
:n "p" 'helm-go-package
|
||||
:n "tr" 'doom:go-test-run-all
|
||||
:n "ta" 'doom:go-test-run-all
|
||||
:n "ts" 'doom:go-test-run-package))
|
||||
@ -40,7 +39,5 @@
|
||||
|
||||
(use-package gorepl-mode :commands (gorepl-run gorepl-run-load-current-file))
|
||||
|
||||
(use-package helm-go-package :commands helm-go-package)
|
||||
|
||||
(provide 'module-go)
|
||||
;;; module-go.el ends here
|
||||
|
Reference in New Issue
Block a user