aboutsummaryrefslogtreecommitdiff
path: root/robot
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-13 20:35:51 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-13 20:35:51 +0100
commit644b0a5cbce87c7d159d5c6bcee537bce9a40567 (patch)
tree9ae907f9fe23483b5dc2e815bfa6cbc6cb45749a /robot
parentba0a346583231c5450759a0cf86fe2c896762352 (diff)
downloadorg-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.el3
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)))