From c3ed4ebcfbf80b3918cf08984bcff345a4eac191 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 1 Dec 2022 12:39:47 -0800 Subject: [PATCH] Fix company completion (fuzzy forward search) --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 4e03458..3aa0dc5 100644 --- a/init.el +++ b/init.el @@ -177,6 +177,9 @@ (define-key company-active-map (kbd "M-k") #'company-select-previous) (global-company-mode +1)) +;; Fuzzy forawrd search in completions +(setq completion-styles '(flex basic)) + ;; Lsp (use-package lsp-mode :init