branch: elpa/web-mode commit e433ffbd5aae4e98d381d4bc8df82da8f480c372 Author: fxbois <fxb...@gmail.com> Commit: fxbois <fxb...@gmail.com>
fix config #1183 --- web-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-mode.el b/web-mode.el index dc2d60fedb..9b2a8b5225 100644 --- a/web-mode.el +++ b/web-mode.el @@ -314,7 +314,7 @@ See web-mode-block-face." (defcustom web-mode-extra-control-blocks '() "A list of additional control blocks." - :type '(alist :key-type string :value-type string) + :type '(alist :key-type string :value-type (repaet string)) :group 'web-mode) (defcustom web-mode-tests-directory (concat default-directory "tests/")