diff options
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))) |
