emacs: add orderless
This commit is contained in:
parent
f8bf99b49a
commit
0457559cd1
1 changed files with 5 additions and 0 deletions
|
@ -172,6 +172,11 @@ value `italic'."
|
|||
#'(lambda ()
|
||||
(keymap-local-set "C-c l" 'slime-hyperspec-lookup)))
|
||||
|
||||
;; completion with arbitrary order
|
||||
(package-install 'orderless)
|
||||
(setq completion-styles '(orderless basic)
|
||||
completion-category-overrides '((file (styles basic partial-completion))))
|
||||
|
||||
;; minibuffer completion
|
||||
(package-install 'marginalia)
|
||||
(package-install 'vertico)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue