From 5d000629d216923104e26420514bff1f9840c970 Mon Sep 17 00:00:00 2001 From: John Allen Date: Mon, 1 Apr 2019 10:45:05 -0400 Subject: [PATCH] Correct the setup comment in cquery.el Summary: When LSP was revamped a few months ago, this needed to change --- cquery.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cquery.el b/cquery.el index 711c3d6..243b9af 100644 --- a/cquery.el +++ b/cquery.el @@ -30,7 +30,7 @@ ;;; Commentary: ;; -;; To enable, call (lsp-cquery-enable) in your c++-mode hook. +;; To enable, call (lsp) in your c-mode, c++-mode, or objc-mode hook. ;; ;;; Code: