X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=blobdiff_plain;f=README.md;h=68d0b3596eb499decfebe48fdc4d78c05b4deeaa;hp=dbdd225be0de2a6e3ca4b150dd7ff9a32c54ae45;hb=HEAD;hpb=9b2a64b9d57ee4eb95e40a309fbab4bcfa5b5fef diff --git a/README.md b/README.md index dbdd225..68d0b35 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Or with `use-package` and deferred loading: ``` emacs-lisp (use-package pelican-mode - :after (:any org rst markdown-mode adoc-mode) + :demand :after (:any org rst markdown-mode adoc-mode) :config (pelican-global-mode)) ``` @@ -36,12 +36,13 @@ Or with `use-package` and deferred loading: Or, register `pelican-mode` or `pelican-mode-enable-if-site` as hook functions for more direct control. -* `C-c P d` - Update the document’s date -* `C-c P f` - Set a metadata field (title, category, etc.) -* `C-c P h` - Generate HTML output for a site (equivalent to `make html`) -* `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 u` - Upload a site using rsync (equivalent to `make rsync_upload`) +* `C-c = d` - Update the document’s date +* `C-c = f` - Set a metadata field (title, category, etc.) +* `C-c = h` - Generate HTML output for a site (equivalent to `make html`) +* `C-c = n` - Insert a post or page header +* `C-c = p` - Remove draft status from a post (i.e. publish it) +* `C-c = u` - Upload a site using rsync (equivalent to `make rsync_upload`) +* `C-c = g` - Upload a site to GitHub Pages (equivalent to `make github`) ## Troubleshooting