diff options
-rw-r--r-- | README.org | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -172,16 +172,6 @@ Assuming [[https://github.com/abo-abo/hydra][abo-abo/hydra]] is already loaded. (add-to-list 'load-path "~/src/org-fc/") (setq org-fc-directories '("~/org/")) #+end_src -*** Default Hydra -[[file:org-fc-hydra.el]] defines a hydra for accessing commonly used -org-fc commands and for marking headlines as flashcards. - -It can be loaded and bound to a hotkey like this: - -#+begin_src emacs-lisp - (require 'org-fc-hydra) - (global-set-key (kbd "C-c f") 'org-fc-hydra/body) -#+end_src *** Demo Mode A file demonstrating all card types is included. ~M-x org-fc-demo~ starts a review of this file. @@ -401,6 +391,7 @@ See also: Runs when the review ends / is quit ** Extensions A number of extensions can be found in the ~contrib/~ folder. + *** ~org-fc-audio~ Can be enabled with ~(require 'org-fc-audio)~. @@ -419,6 +410,16 @@ to recreate the look & feel of the previous hydra-based implementation. - ~[RET] flip [q] quit [s] suspend-card~ - ~[a] rate-again [h] rate-hard [g] rate-good [e] rate-easy [s] suspend-card [q] quit~ +*** ~org-fc-hydra~ +[[file:org-fc-hydra.el]] defines a hydra for accessing commonly used +org-fc commands and for marking headlines as flashcards. + +It can be loaded and bound to a hotkey like this: + +#+begin_src emacs-lisp + (require 'org-fc-hydra) + (global-set-key (kbd "C-c f") 'org-fc-hydra/body) +#+end_src ** [[file:Changelog.org][Changelog]] ** Other Documentation - [[file:doc/internals.org][Internals]] |