From fc34f9bff56658d9987b7cc62c1a7106a467f7e7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 10 Sep 2023 17:45:35 +0200 Subject: Emacs: install orderless --- user/emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user/emacs/init.el') diff --git a/user/emacs/init.el b/user/emacs/init.el index 07e843e6..a90973c1 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -247,6 +247,10 @@ With two prefix arguments, write out the day and month name." completion-category-defaults nil completion-category-overrides '((file (styles basic partial-completion)))) +(use-package orderless + :config (progn + (add-to-list 'completion-styles 'orderless))) + (use-package consult :general ([remap isearch-forward] #'consult-line [remap isearch-backward] #'consult-line -- cgit 1.4.1