summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-03-05 19:53:15 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-03-05 19:56:17 +0100
commit234c0397bcb976cf64026e9c4d385d5b214c562a (patch)
tree6fc3e3a1550c48486c557a716400ca3c1788ff60
parentf8153f78edbf02d2bfe6190041deff24ee15cec0 (diff)
orderless-kwd-alist: Sort list
-rw-r--r--orderless-kwd.el10
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