Skip to content

Commit b1693d6

Browse files
authored
Remove incorrect documentation from lsp-ui-flycheck.el (#528)
The opening documentation says `lsp-ui-flycheck-enable` should be called to enable lsp-ui-flycheck, but that function was removed.
1 parent 2555204 commit b1693d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lsp-ui-flycheck.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020

2121
;;; Commentary:
2222

23-
;; Flycheck integration for lsp-mode. To enable, put this in your config:
24-
;; (require 'lsp-ui-flycheck)
25-
;; (with-eval-after-load 'lsp-mode
26-
;; (add-hook 'lsp-after-open-hook (lambda () (lsp-ui-flycheck-enable 1))))
23+
;; Flycheck integration for lsp-mode.
2724

2825
;;; Code:
2926

0 commit comments

Comments
 (0)