Lazy-load helm

This commit is contained in:
Henrik Lissner 2015-08-07 10:50:24 +02:00
parent 3c9f160c16
commit a416b7acd3
2 changed files with 8 additions and 4 deletions

View file

@ -7,6 +7,7 @@
;;;###autoload
(defun narf:helm-wg ()
(interactive)
(require 'helm)
(helm :sources '(narf/helm-source-wg)))
;;;###autoload