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)
|
||||
: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)
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
|
||||
;; Org
|
||||
: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 "nc" 'narf/helm-org-contacts
|
||||
:nv "ni" 'narf/helm-org-invoices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue