mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Fix narf/helm-org
This commit is contained in:
@@ -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 ()
|
||||||
|
Reference in New Issue
Block a user