Mapped jm/scorecard-from-heading to keybinding under general

This commit is contained in:
Jaden Provost Maxwell-Comfort 2024-03-02 21:19:54 -08:00
parent 28ff7a49df
commit 736bb1fb71

View File

@ -173,4 +173,7 @@ Taken from the book /12 Week Year/, the weekly scorecard is a way to measure how
(table (jm/scorecard-table score)))
(org-end-of-subtree)
(insert "\n" table "\n")))))
(jm/leader-keys
"os" '(jm/scorecard-from-heading :which-key "Open/create yesterday's daily notes file"))
#+end_src