X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=blobdiff_plain;f=README.md;h=8137411501ff867769e7d9176b091333977e702c;hp=5a547c2db3aaa62ee2ce19cf53525bee397b15d8;hb=995804fabef0a6b4bd71b7f264550f177d599dae;hpb=ff850838ebd346f39e4766911b1818b274b7c3b5 diff --git a/README.md b/README.md index 5a547c2..8137411 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ It also enforces some parts of my preferred Pelican configuration: ## Quick Guide -* `C-x p n` - Insert a post or page header -* `C-x p p` - Remove draft status from a post (i.e. publish it) -* `C-x p t` - Update the date field in a post/page header -* `C-x p h` - Generate HTML output for a site (equivalent to `make html`) -* `C-x p u` - Upload a site using rsync (equivalent to `make rsync_upload`) +* `C-c P n` - Insert a post or page header +* `C-c P p` - Remove draft status from a post (i.e. publish it) +* `C-c P t` - Update the date field in a post/page header +* `C-c P h` - Generate HTML output for a site (equivalent to `make html`) +* `C-c P u` - Upload a site using rsync (equivalent to `make rsync_upload`) ## Troubleshooting