Skip to content

Instantly share code, notes, and snippets.

@sugyan
Created June 23, 2014 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sugyan/b824a4e049848336acb4 to your computer and use it in GitHub Desktop.
Save sugyan/b824a4e049848336acb4 to your computer and use it in GitHub Desktop.
;; use "Show documentation" as 1st action
(eval-after-load "helm-go-package"
'(progn
(let* ((actions (helm-attr 'action helm-source-go-package))
(godoc (nth 2 actions)))
(delete godoc actions)
(push godoc actions)
(helm-attrset 'action actions helm-source-go-package))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment