Restore narf/helm-org
This commit is contained in:
parent
c4bf5c2200
commit
0cfb533885
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue