From 98b3153df205d7cb1a3937be8e781c25279887a0 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Mon, 18 May 2020 19:43:01 +0200 Subject: [PATCH] [review] Fix emacs bindings --- modules/config/default/+emacs-bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/+emacs-bindings.el b/modules/config/default/+emacs-bindings.el index ff2009136..646f44209 100644 --- a/modules/config/default/+emacs-bindings.el +++ b/modules/config/default/+emacs-bindings.el @@ -41,7 +41,7 @@ :desc "List errors" "x" #'flymake-show-diagnostics-buffer (:when (featurep! :checkers syntax) :desc "List errors" "x" #'flycheck-list-errors) - (:when (and (featurep! :tools lsp) (not (featurep! :tools lsp + eglot))) + (:when (and (featurep! :tools lsp) (not (featurep! :tools lsp +eglot))) :desc "LSP Code actions" "a" #'lsp-execute-code-action :desc "LSP Organize imports" "i" #'lsp-organize-imports :desc "LSP Rename" "r" #'lsp-rename