diff options
| author | Paul Sexton <eeeickythump@gmail.com> | 2016-03-31 15:07:52 +1300 |
|---|---|---|
| committer | Paul Sexton <eeeickythump@gmail.com> | 2016-03-31 15:07:52 +1300 |
| commit | a9d3447041d8c98ef205515de2b4034371d58e06 (patch) | |
| tree | badf5447cb6067e56f6f778fdc9f2a7fdff85098 /org-drill.el | |
| parent | 201e6991df5b4403bce9bc064995b458d4462596 (diff) | |
| download | org-drill-2.6.1.tar.gz org-drill-2.6.1.zip | |
Reinstated dependency on 'org-learn' library.2.6.1
Diffstat (limited to 'org-drill.el')
| -rwxr-xr-x | org-drill.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org-drill.el b/org-drill.el index 55d6c78..7c8d118 100755 --- a/org-drill.el +++ b/org-drill.el @@ -4,7 +4,7 @@ ;;; Copyright (C) 2010-2015 Paul Sexton ;;; ;;; Author: Paul Sexton <eeeickythump@gmail.com> -;;; Version: 2.6 +;;; Version: 2.6.1 ;;; Keywords: flashcards, memory, learning, memorization ;;; Repository at http://bitbucket.org/eeeickythump/org-drill/ ;;; @@ -50,6 +50,7 @@ (require 'hi-lock) (require 'org) (require 'org-id) +(require 'org-learn) (require 'savehist) |
