http option fix

This commit is contained in:
Igor Shymko 2016-12-07 10:59:33 +02:00
parent 7fb0f3bd11
commit e1fce78ad3
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
"Markdown preview websocket server address."
:group 'markdown-preview
:type '(choice (const :tag "As local file" file)
(const :tag "Via http" 'http)
(const :tag "Via http" http)
(const :tag "Off" nil)))
(defvar markdown-preview-javascript (list "http://code.jquery.com/jquery-1.11.0.min.js")