diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-02-25 21:55:19 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-02-25 21:55:19 +0100 |
commit | 97c0423174a663b072b264749e4992b449c18595 (patch) | |
tree | f9f463ebdc836f2a9b52044d7b34b1ee2bab6cf3 | |
parent | Dotfiles: Emacs: lsp semantic tokens (diff) | |
download | nixos-config-97c0423174a663b072b264749e4992b449c18595.tar.gz nixos-config-97c0423174a663b072b264749e4992b449c18595.tar.bz2 nixos-config-97c0423174a663b072b264749e4992b449c18595.zip |
Dotfiles: Emacs: Add orderless package
-rw-r--r-- | dotfiles/.emacs | 5 |
1 files changed, 5 insertions, 0 deletions
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 |