diff options
author | Leon Rische <leon.rische@me.com> | 2020-01-27 15:45:05 +0100 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-01-27 15:45:05 +0100 |
commit | 4f974a8f99d8566849dc4dc73480215c478503b5 (patch) | |
tree | dc64b487521ebddd142863236100fa35e7b6dda5 | |
parent | f63ed200d47a8cc770d6bec7ad9f29c049949c28 (diff) |
Add dashboard image
-rw-r--r-- | README.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -87,7 +87,7 @@ The file used to store the review history can be customized with Assuming [[https://github.com/abo-abo/hydra][abo-abo/hydra]] is already loaded. #+begin_src emacs-lisp -(add-to-list 'load-path "/home/leon/src/org-fc/") +(add-to-list 'load-path "~/src/org-fc/") (setq org-fc-directories '("~/org")) #+end_src *** Default Hydra @@ -217,6 +217,8 @@ See also: ~org-fc-dashboard~ shows a buffer with statistics for review performance and cards / card types. +[[file:images/stats.png]] + See also: - [[file:doc/review_history.org][Review History]] |