Browse Source

Restore org-drill bindings

main
parent
commit
4c447f0238
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 8
      README.org

8
README.org

@ -2359,10 +2359,10 @@ Org Drill[fn:64] is an extension for Org Mode[fn:60] that uses a spaced repition
;; Configure keybindings for `org-drill'. ;; Configure keybindings for `org-drill'.
(dotfiles/leader (dotfiles/leader
"ol" '(:ignore t :which-key "Drill")
"old" '(org-drill :which-key "Drill")
"olc" '(org-drill-cram :which-key "Cram")
"olr" '(org-drill-resume :which-key "Resume"))
"od" '(:ignore t :which-key "Drill")
"odd" '(org-drill :which-key "Drill")
"odc" '(org-drill-cram :which-key "Cram")
"odr" '(org-drill-resume :which-key "Resume"))
#+END_SRC #+END_SRC
** Org Agenda ** Org Agenda

Loading…
Cancel
Save