http option fix
This commit is contained in:
parent
7fb0f3bd11
commit
e1fce78ad3
@ -72,7 +72,7 @@
|
|||||||
"Markdown preview websocket server address."
|
"Markdown preview websocket server address."
|
||||||
:group 'markdown-preview
|
:group 'markdown-preview
|
||||||
:type '(choice (const :tag "As local file" file)
|
:type '(choice (const :tag "As local file" file)
|
||||||
(const :tag "Via http" 'http)
|
(const :tag "Via http" http)
|
||||||
(const :tag "Off" nil)))
|
(const :tag "Off" nil)))
|
||||||
|
|
||||||
(defvar markdown-preview-javascript (list "http://code.jquery.com/jquery-1.11.0.min.js")
|
(defvar markdown-preview-javascript (list "http://code.jquery.com/jquery-1.11.0.min.js")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user