From e1fce78ad3b96799675765140e0fa6936467be62 Mon Sep 17 00:00:00 2001 From: Igor Shymko Date: Wed, 7 Dec 2016 10:59:33 +0200 Subject: [PATCH] http option fix --- markdown-preview-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-preview-mode.el b/markdown-preview-mode.el index a29f123..cacd0e6 100644 --- a/markdown-preview-mode.el +++ b/markdown-preview-mode.el @@ -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")