Fix narf/helm-org

This commit is contained in:
Henrik Lissner 2015-12-23 03:44:56 -05:00
parent f480edb53f
commit c2398db316

View file

@ -7,8 +7,7 @@
;;;###autoload ;;;###autoload
(defun narf/helm-org () (defun narf/helm-org ()
(interactive) (interactive)
(let ((default-directory org-directory)) (narf--helm-org org-directory))
(helm-projectile-find-file)))
;;;###autoload ;;;###autoload
(defun narf/helm-org-crm-projects () (defun narf/helm-org-crm-projects ()