1
0
Fork 0

fix: add orderless configuration

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-09 20:59:39 -07:00
parent 25ebb11f07
commit d0242419a1
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 5 additions and 0 deletions

View file

@ -85,5 +85,9 @@
(global-set-key (kbd "C-c t") #'neotree-toggle-current-directory)
(setq neo-theme 'icon)
;; Orderless
(setq completion-styles '(orderless basic))
(setq completion-category-overrides '((file (styles basic partial-completion))))
(provide 'misc)
;;; misc.el ends here

View file

@ -21,6 +21,7 @@
(straight-use-package 'company-math)
(straight-use-package 'vertico)
(straight-use-package 'marginalia)
(straight-use-package 'orderless)
;; Syntax checking and editing
(straight-use-package 'flycheck)