diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 9b7a2b8..59e9533 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -166,6 +166,7 @@ ;; Company completion (keymap-global-set "M-SPC" #'company-complete) +(setq completion-styles '(basic orderless)) ;; LSP (setq lsp-inlay-hint-enable t)