summaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@szymonszukalski.com>2026-04-07 21:24:04 +1000
committerSzymon Szukalski <szymon@szymonszukalski.com>2026-04-07 21:24:04 +1000
commita28e8cac4bcba8aa052572fe67e4c7007d599ead (patch)
tree15151f796ac39089d13f54b87942ef768799b5d4 /config.org
parent4fc029e3b41786ea1ad6b3aefbc3cab0f0bac769 (diff)
feat: bind people report commands
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.org b/config.org
index 64cdf09..56f1738 100644
--- a/config.org
+++ b/config.org
@@ -899,14 +899,18 @@ directly during startup rather than creating it on demand.
:bind (("C-c a" . ss/open-agenda)
("C-c c" . org-capture)
("C-c n M" . ss/open-moc)
+ ("C-c n E" . ss/people-report-by-engagement)
("C-c n f" . ss/people-find)
("C-c n i" . ss/people-insert-name)
("C-c n I" . ss/people-insert-summary)
+ ("C-c n L" . ss/people-report-by-location)
("C-c n m" . ss/create-note-subdirectory)
("C-c n d" . ss/open-todays-note)
("C-c n o" . ss/people-overview)
+ ("C-c n O" . ss/people-report-by-role)
("C-c n p" . ss/people-open)
- ("C-c n P" . ss/people-add))
+ ("C-c n P" . ss/people-add)
+ ("C-c n R" . ss/people-report-by-relationship))
:config
(setq org-directory ss/org-directory
org-hide-emphasis-markers t)