From 97c0423174a663b072b264749e4992b449c18595 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 25 Feb 2024 21:55:19 +0100 Subject: Dotfiles: Emacs: Add orderless package --- dotfiles/.emacs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/.emacs b/dotfiles/.emacs index ee98822..a42c9ea 100644 --- a/dotfiles/.emacs +++ b/dotfiles/.emacs @@ -135,6 +135,11 @@ :ensure t :hook (company-mode . company-box-mode)) +(use-package orderless + :ensure t + :custom + (completion-styles '(basic partial-completion orderless))) + (use-package copilot :straight (:host github :repo "copilot-emacs/copilot.el" :files ("dist" "*.el")) :ensure t -- cgit 1.4.1