aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-08-05 23:58:20 -0700
committerGravatar Tom Willemse2023-08-05 23:58:20 -0700
commit4d525286b06c0880786e7eb38ce8f5cdae1dffa1 (patch)
tree97677ce23afa12c98a0d3a666e76f2c05f404420 /oni-core.el
parent240cdb80cd652f05a77d09b60a567698225e179a (diff)
downloademacs-config-4d525286b06c0880786e7eb38ce8f5cdae1dffa1.tar.gz
emacs-config-4d525286b06c0880786e7eb38ce8f5cdae1dffa1.zip
[oni-core] Add ‘orderless-initialism’ to ‘orderless-matching-styles’
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el
index 7a7b86c..60a1ee4 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2023.0726.003451
+;; Version: 2023.0805.235739
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr mini-frame)
;; This program is free software; you can redistribute it and/or modify
@@ -380,6 +380,9 @@ _s_: String list"
(setq completion-styles '(basic partial-completion orderless))
+(with-eval-after-load 'orderless
+ (add-to-list 'orderless-matching-styles 'orderless-initialism))
+
;;; Consult
(global-set-key (kbd "C-c w d") '("Delete a window" . ace-delete-window))