;;Emacs completion style that matches multiple regexps in any order. ;; https://github.com/oantolin/orderless (use-package orderless :ensure t :custom (completion-styles '(orderless basic)) (completion-category-overrides '((file (styles basic partial-completion)))))