Skip to content

Commit

Permalink
Load helm-mykie-keywords if user can load helm.el
Browse files Browse the repository at this point in the history
  • Loading branch information
yuutayamada committed Jan 24, 2014
1 parent affd811 commit a00112b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/mykie.el
Expand Up @@ -46,6 +46,8 @@
;;; Code:
(eval-when-compile (require 'cl))
(require 'ffap)
(when (require 'helm nil t)
(autoload 'helm-show-mykie-keywords "helm-mykie-keywords" nil t))

;; CUSTOMIZE VARIABLE
(defvar mykie:region-conditions
Expand Down

0 comments on commit a00112b

Please sign in to comment.