use helm in my-godoc-package
This commit is contained in:
parent
c6c51fcdbb
commit
41cf5ca120
4
init.el
4
init.el
@ -483,7 +483,9 @@ inserted between the braces between the braces."
|
|||||||
(defun my-godoc-package ()
|
(defun my-godoc-package ()
|
||||||
"Display godoc for given package (with completion)."
|
"Display godoc for given package (with completion)."
|
||||||
(interactive)
|
(interactive)
|
||||||
(godoc (ivy-read "Godoc package: " (my-go-list-packages))))
|
(godoc (helm :sources (helm-build-sync-source "Go packages"
|
||||||
|
:candidates (my-go-list-packages))
|
||||||
|
:buffer "*godoc packages*")))
|
||||||
|
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
:ensure nil
|
:ensure nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user