Skip to content

Commit

Permalink
Added some two missing requires.
Browse files Browse the repository at this point in the history
Fixed issue #19.
  • Loading branch information
tmalsburg-test committed Dec 12, 2013
1 parent 7e7740b commit b55a155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-dictionary.el
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@

(require 'cl-lib)
(require 'helm)
(require 'browse-url)
(require 'helm-net)
(require 'helm-plugin)

(defgroup helm-dictionary nil
"Helm plugin for looking up a dictionary."
Expand Down

0 comments on commit b55a155

Please sign in to comment.