showoff-mode is a major-mode for editing showoff presentations, utilizing markdown-mode for font locking.
M-x showoff-create-presentation
M-x showoff-add-slide
orC-c ;a
M-x showoff-serve
orC-c ;s
M-x showoff-view-presentation
orC-c ;v
M-x showoff-view-manifest
orC-c ;m
M-x showoff-goto-file
orC-c ;f
In your shell:
$ cd ~/.emacs.d/site-lisp $ git clone git://github.com/developernotes/showoff-mode.git
In your emacs config:
(add-to-list 'load-path "~/.emacs.d/site-lisp/showoff-mode") (require 'showoff-mode) (add-to-list 'auto-mode-alist '("\\.md$" . showoff-mode))