Restore narf/helm-org

This commit is contained in:
Henrik Lissner 2015-11-25 21:21:17 -05:00
parent c4bf5c2200
commit 0cfb533885
2 changed files with 7 additions and 1 deletions

View file

@ -74,6 +74,12 @@
:action 'narf--helm-org-action)
:buffer "*helm-deft*")))
;;;###autoload
(defun narf/helm-org ()
(interactive)
(let ((default-directory org-directory))
(helm-projectile-find-file)))
;;;###autoload
(defun narf/helm-org-crm-projects ()
(interactive)