From 36f18dcc65f934ebcf01cd6b37fc7bfa725b8be5 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 29 Feb 2024 12:05:11 -0500 Subject: [PATCH] fix(emacs): change completion styles order Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 1 + 1 file changed, 1 insertion(+) 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)