Skip to content

Commit

Permalink
Merge pull request #1 from syohex/fix-package
Browse files Browse the repository at this point in the history
Fix package
  • Loading branch information
shosti committed Apr 22, 2015
2 parents 5dbbfaf + 394a982 commit e68cc60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm-unicode.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

;;; Code:

(require 'helm)

(defvar helm-unicode-names nil
"Internal variable for unicode characters.")

Expand Down Expand Up @@ -51,6 +53,7 @@
"Insert CANDIDATE into the main buffer."
(insert (substring candidate -1)))

;;;###autoload
(defun helm-unicode (arg)
"Precofigured `helm' for looking up unicode characters by name.
Expand Down

0 comments on commit e68cc60

Please sign in to comment.