From 4c8384bcec5a38206ee19433572ef6a45d68a468 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 29 Jun 2021 00:34:26 +0100 Subject: [PATCH] fix(editor): switch from vertico to selectrum due lsp-mode issue First time lsp-mode is started for a project, it will pop up a prompt to ask how you want lsp-mode to determine the project root. When using vertico, this selection is not visible, while with selectrum it works fine. --- core/siren-core-modules.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/siren-core-modules.el b/core/siren-core-modules.el index e99e53a..144986d 100644 --- a/core/siren-core-modules.el +++ b/core/siren-core-modules.el @@ -44,7 +44,7 @@ (require 'siren-which-key) ;; Completion Systems and Interfaces -(require 'siren-vertico) +(require 'siren-selectrum) (require 'siren-orderless) ;; Linting