From b55a155d796c962c6110ab5a4479a2ed2b5ba873 Mon Sep 17 00:00:00 2001 From: Titus von der Malsburg Date: Thu, 12 Dec 2013 12:10:04 +0000 Subject: [PATCH] Added some two missing requires. Fixed issue #19. --- helm-dictionary.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-dictionary.el b/helm-dictionary.el index 7e11456..a850c93 100644 --- a/helm-dictionary.el +++ b/helm-dictionary.el @@ -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."