aboutsummaryrefslogtreecommitdiff
path: root/evil-vars.el
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2018-05-06 22:41:44 +0200
committerVasilij Schneidermann <mail@vasilij.de>2018-05-06 22:41:44 +0200
commit72c0dba3ac322b6bca83a72bbd7e3caf1bc8e7fb (patch)
treef6f3f3dfab4b9fbaca0f045dcccb7815e89ccedb /evil-vars.el
parent5fa065c9327cd85b95d55d5138a8a0ac7c6998f7 (diff)
Fix custom types of evil-cjk variables
Closes #1046
Diffstat (limited to 'evil-vars.el')
-rw-r--r--evil-vars.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/evil-vars.el b/evil-vars.el
index ebffa0a..dc29596 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -1019,7 +1019,8 @@ preserved."
used in `evil-cjk-word-boundary-p'. See the documentation of
`word-separating-categories'. Use `describe-categories' to see
the list of categories."
- :type '((character . character))
+ :type '(alist :key-type (choice character (const nil))
+ :value-type (choice character (const nil)))
:group 'evil-cjk)
(defcustom evil-cjk-word-combining-categories
@@ -1038,7 +1039,8 @@ the list of categories."
used in `evil-cjk-word-boundary-p'. See the documentation of
`word-combining-categories'. Use `describe-categories' to see the
list of categories."
- :type '((character . character))
+ :type '(alist :key-type (choice character (const nil))
+ :value-type (choice character (const nil)))
:group 'evil-cjk)
(defcustom evil-ex-complete-emacs-commands 'in-turn