mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-30 17:01:02 -05:00
Improve org-based CRM library
This commit is contained in:
@@ -141,9 +141,9 @@
|
||||
;; Org notes
|
||||
:nv "x." (λ (in! org-directory (let ((helm-ff-skip-boring-files t)) (helm-find-files-1 org-directory))))
|
||||
:nv "x/" 'narf/helm-org
|
||||
:nv "xp" 'narf/helm-org-projects
|
||||
:nv "xc" 'narf/helm-org-contacts
|
||||
:nv "xi" 'narf/helm-org-invoices
|
||||
:nv "xp" 'narf/helm-org-crm-projects
|
||||
:nv "xc" 'narf/helm-org-crm-contacts
|
||||
:nv "xi" 'narf/helm-org-crm-invoices
|
||||
:nv "xw" 'narf/helm-org-writing)
|
||||
|
||||
(:localleader
|
||||
|
@@ -50,6 +50,10 @@
|
||||
(exmap "t[mux]" 'narf:send-to-tmux)
|
||||
(exmap "tcd" (λ (narf:send-to-tmux (format "cd '%s'" default-directory))))
|
||||
|
||||
(exmap "cont[act]" 'narf:org-crm-contact)
|
||||
(exmap "proj[ect]" 'narf:org-crm-project)
|
||||
(exmap "invo[ice]" 'narf:org-crm-invoice)
|
||||
|
||||
(after! flycheck
|
||||
(exmap "er[rors]" (λ (flycheck-buffer) (flycheck-list-errors))))
|
||||
|
||||
|
Reference in New Issue
Block a user