Skip to content

Commit 94742f3

Browse files
committed
Fix readme
1 parent 359da2e commit 94742f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ Minimal configuration with [company-capf](https://github.com/company-mode/compan
7171
(use-package projectile)
7272
(use-package flycheck)
7373
(use-package yasnippet :config (yas-global-mode))
74-
(use-package lsp-mode :hook ((lsp-mode . lsp-enable-which-key-integration))
75-
:config (setq lsp-completion-enable-additional-text-edit nil))
74+
(use-package lsp-mode :hook ((lsp-mode . lsp-enable-which-key-integration)))
7675
(use-package hydra)
7776
(use-package company)
7877
(use-package lsp-ui)

0 commit comments

Comments
 (0)