aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--which-key.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/which-key.el b/which-key.el
index 0e6870aa8b8..45301725704 100644
--- a/which-key.el
+++ b/which-key.el
@@ -133,7 +133,9 @@ of the which-key popup."
133 :version "1.0") 133 :version "1.0")
134 134
135(defcustom which-key-dont-use-unicode nil 135(defcustom which-key-dont-use-unicode nil
136 "If non-nil, don't use any unicode characters in default setup." 136 "If non-nil, don't use any unicode characters in default setup.
137For affected settings, see `which-key-replacement-alist', `which-key-ellipsis'
138'which-key-separator'."
137 :group 'which-key 139 :group 'which-key
138 :type 'boolean 140 :type 'boolean
139 :version "1.0") 141 :version "1.0")