diff options
| author | Phillip Lord <phillip.lord@newcastle.ac.uk> | 2019-07-21 20:21:58 +0000 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@newcastle.ac.uk> | 2019-07-21 20:21:58 +0000 |
| commit | 135a2b9d566a1e1ba5fdb274d1cf797c931c38bd (patch) | |
| tree | 2f7dc61ed94b96c168e8a7ca09c36ca0964294a8 | |
| parent | 8ddaa2372606f11df5eeb7186d6de7010d603984 (diff) | |
| parent | 79726ceb043730601cc23ce728f757a224ee1716 (diff) | |
| download | org-drill-135a2b9d566a1e1ba5fdb274d1cf797c931c38bd.tar.gz org-drill-135a2b9d566a1e1ba5fdb274d1cf797c931c38bd.zip | |
Merge branch 'patch-3' into 'master'
Update README's installation instructions
See merge request phillord/org-drill!5
| -rw-r--r-- | README.md | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -25,21 +25,17 @@ that use it, see: - [Anki](http://ichi2.net/anki/) - [Mnemosyne](http://mnemosyne-proj.org/index.php) -Org-Drill comes bundled with Org mode, in the "contrib" directory. Org-Drill -also has its own repository, which is updated more regularly than the bundled -version. The repository is at: - -<http://bitbucket.org/eeeickythump/org-drill> - # Installation +Org-Drill is available on MELPA. You can install it with `M-x +package-install RET org-drill RET`. + The easiest way is to customise the variable `org-modules` (`M-x customize-variables RET org-modules`) and make sure 'drill' is ticked. Org-drill will then be loaded when you restart Emacs or restart Org-mode. -For manual installation, put the following in your `.emacs`. You will also need -to make sure that Org's "contrib/lisp" directory is in the emacs load-path. +For manual installation, put the following in your `.emacs`: (require 'org-drill) |
