aaronbieber / octopress.el

An Emacs major mode for interacting with Octopress blogs.
GNU General Public License v3.0
14 stars 2 forks source link

Octopress.el minor mode. #8

Closed aaronbieber closed 5 years ago

aaronbieber commented 9 years ago

Once #7 is done, create a minor mode that will provide some Emacs-style key mappings for calling the buffer-specific functions. This minor mode could be activated whenever Markdown Mode is used, for example.

Possible keys could be:

C-c o s Status.
C-c o p Publish or unpublish.
C-c o v (Pre)view (will use default server options).