Skip to content

Commit

Permalink
Add entry to Tools > Helm > Tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalsburg committed May 6, 2014
1 parent d4790ad commit 6fc8c62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions helm-dictionary.el
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,9 @@ browser in `helm-browse-url-default-browser-alist'"
:value browse-url-default-browser)
(function :tag "Your own function")
(alist :tag "Regexp/function association list"
:key-type regexp :value-type function))
)
:key-type regexp :value-type function)))

(easy-menu-add-item nil '("Tools" "Helm" "Tools") ["Dictionary" helm-dictionary t])


(defun helm-dictionary-transformer (candidates)
Expand Down

0 comments on commit 6fc8c62

Please sign in to comment.