css from cdn

This commit is contained in:
Igor Shymko
2014-09-15 08:30:13 +03:00
parent 2228b6b2e5
commit 76bf5bcd5f
4 changed files with 5 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ Same preview window is valid accross multiple mardown buffers.
Makes use of `markdown-mode`, which already can transform markdown into html
and `websocket.el` to deliver html to browser.
## Starting preview
## Usage
`M-x markdown-preview-mode` will open preview in a browser and will start `markdown-mode` if it's not yet running for current buffer. If you'v closed the preview window, you can start it over with `M-x markdown-preview-open-browser`. All websockets will be cleaned up on emacs termination. If you'd like to perform cleanup manually run `M-x markdown-preview-cleanup`.
@@ -32,6 +32,6 @@ Select your browser from `Value menu`. If it's not there, follow [EmacsWiki: Bro
## Theme
[Solarized-dark](https://github.com/thomasf/solarized-css)
[Solarized-dark](http://thomasf.github.io/solarized-css/)
## El-get recipe included