mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Restore narf/helm-org
This commit is contained in:
@ -74,6 +74,12 @@
|
|||||||
:action 'narf--helm-org-action)
|
:action 'narf--helm-org-action)
|
||||||
:buffer "*helm-deft*")))
|
:buffer "*helm-deft*")))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(defun narf/helm-org ()
|
||||||
|
(interactive)
|
||||||
|
(let ((default-directory org-directory))
|
||||||
|
(helm-projectile-find-file)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun narf/helm-org-crm-projects ()
|
(defun narf/helm-org-crm-projects ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
@ -142,7 +142,7 @@
|
|||||||
|
|
||||||
;; Org
|
;; Org
|
||||||
:nv "n." (λ (in! org-directory (let ((helm-ff-skip-boring-files t)) (helm-find-files-1 org-directory))))
|
:nv "n." (λ (in! org-directory (let ((helm-ff-skip-boring-files t)) (helm-find-files-1 org-directory))))
|
||||||
:nv "n/" 'narf/helm-org-index
|
:nv "n/" 'narf/helm-org
|
||||||
:nv "np" 'narf/helm-org-projects
|
:nv "np" 'narf/helm-org-projects
|
||||||
:nv "nc" 'narf/helm-org-contacts
|
:nv "nc" 'narf/helm-org-contacts
|
||||||
:nv "ni" 'narf/helm-org-invoices
|
:nv "ni" 'narf/helm-org-invoices
|
||||||
|
Reference in New Issue
Block a user