fix(emacs): change completion styles order
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
9e8d626362
commit
36f18dcc65
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue