diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-13 20:35:51 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-13 20:35:51 +0100 |
| commit | 644b0a5cbce87c7d159d5c6bcee537bce9a40567 (patch) | |
| tree | 9ae907f9fe23483b5dc2e815bfa6cbc6cb45749a /robot | |
| parent | ba0a346583231c5450759a0cf86fe2c896762352 (diff) | |
| download | org-drill-644b0a5cbce87c7d159d5c6bcee537bce9a40567.tar.gz org-drill-644b0a5cbce87c7d159d5c6bcee537bce9a40567.zip | |
Remove org-learn as a separate package
Diffstat (limited to 'robot')
| -rw-r--r-- | robot/org-drill-launch.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/robot/org-drill-launch.el b/robot/org-drill-launch.el index bab57ec..a5c6219 100644 --- a/robot/org-drill-launch.el +++ b/robot/org-drill-launch.el @@ -8,8 +8,7 @@ (set-frame-name "emacs-bot") (condition-case e - (progn (load-file "org-learn.el") - (load-file "org-drill.el")) + (load-file "org-drill.el") (error (with-temp-buffer (insert (format "%s" (error-message-string e))) |
