Adding Org-capture functionality for proper note taking.

This commit is contained in:
Derek Taylor
2026-03-15 09:11:58 -05:00
parent 9b710a3429
commit 159ff80f0a
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -398,7 +398,7 @@
(dt/leader-keys
"m" '(:ignore t :wk "Org")
"m a" '(org-agenda :wk "Org agenda")
"m c" '(org-capture :wk "Org capture")
"m c" '(counsel-org-capture :wk "Org capture")
"m e" '(org-export-dispatch :wk "Org export dispatch")
"m i" '(org-toggle-item :wk "Org toggle item")
"m t" '(org-todo :wk "Org todo")