branch: master commit 7c9a342cc519dedb4627fef82f4de15f5a1fca59 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
Fixed paced-global-dict-enable-alist value type * paced.el (paced-global-dict-enable-alist): Use string for value type. --- paced.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paced.el b/paced.el index 83c1df3..7a65a64 100644 --- a/paced.el +++ b/paced.el @@ -317,7 +317,7 @@ is one of the following forms: No matter what this list indicates, dictionaries will not be enabled unless `paced-mode' is active." :group 'paced - :type '(alist :key-type sexp :value-type sexp)) + :type '(alist :key-type sexp :value-type string)) (defvar-local paced-local-dict-enable-alist nil "Local enable list.