switch from helm to ivy, add windswap, remove unused, change bindings

This commit is contained in:
2020-07-29 22:59:13 +02:00
parent ca7cac6898
commit 013241dbf1
2 changed files with 68 additions and 173 deletions

View File

@ -44,10 +44,7 @@ inserted between the braces between the braces."
(defun my-godoc-package ()
"Display godoc for given package (with completion)."
(interactive)
(godoc (or (helm :sources (helm-build-sync-source "Go packages"
:candidates (go-packages))
:buffer "*godoc packages*")
(signal 'quit nil))))
(godoc (ivy-read "Package: " (go-packages) :require-match t)))
(use-package flycheck
:defer)