branch: elpa/xkcd commit 7ceb6cfb46b6010846f5ea03a01088c99a2ae510 Author: Vibhav Pant <vibh...@gmail.com> Commit: Vibhav Pant <vibh...@gmail.com>
Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 033de70f3a..8e92be7985 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Enable it by adding (require 'emacs-xkcd) ``` to your .emacs file. - +#Loading up comics: +`xkcd-get` loads up a user-specified comic. +`xkcd-get-latest` loads up the latest xkcd. # Current keybindings: | Keybinding | Use | Function | |:----------:|:------------------------------:|:--------------:| @@ -19,4 +21,4 @@ to your .emacs file. | `<left>` | Load previous xkcd | (xkcd-prev) | #Bugs -Some comics using a different image extensions do not seem to load. \ No newline at end of file +Some comics using a different image extensions do not seem to load.