diff options
| -rw-r--r-- | orderless-kwd.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/orderless-kwd.el b/orderless-kwd.el index 6eeb4f6..9d94b8b 100644 --- a/orderless-kwd.el +++ b/orderless-kwd.el @@ -54,17 +54,17 @@ (defcustom orderless-kwd-alist `((ann ,#'orderless-annotation) (pre ,#'orderless-literal-prefix) - (mod ,#'orderless-kwd-mode) + (cat ,#'orderless-kwd-category) (con ,#'orderless-kwd-content) - (doc ,#'orderless-kwd-documentation) (dir ,#'orderless-kwd-directory) - (cat ,#'orderless-kwd-category) + (doc ,#'orderless-kwd-documentation) (grp ,#'orderless-kwd-group) + (mod ,#'orderless-kwd-mode) (val ,#'orderless-kwd-value) + (dif ,#'orderless-kwd-modified t) (key ,#'orderless-kwd-key t) - (on ,#'orderless-kwd-on t) (off ,#'orderless-kwd-off t) - (dif ,#'orderless-kwd-modified t)) + (on ,#'orderless-kwd-on t)) "Keyword dispatcher alist. The list associates a keyword with a matcher function and an optional boolean flag. If the flag is non-nil, the matcher acts |
