Skip to content

Commit d4c7f59

Browse files
committed
Remove redundant line from the docs
1 parent cbd00af commit d4c7f59

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/tutorials/CPP-guide.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ in your config or you could run in separate session.
109109
treemacs-space-between-root-nodes nil
110110
company-idle-delay 0.0
111111
company-minimum-prefix-length 1
112-
lsp-idle-delay 0.1 ;; clangd is fast
113-
;; be more ide-ish
114-
lsp-headerline-breadcrumb-enable t)
112+
lsp-idle-delay 0.1) ;; clangd is fast
115113
116114
(with-eval-after-load 'lsp-mode
117115
(add-hook 'lsp-mode-hook #'lsp-enable-which-key-integration)

docs/tutorials/reactjs-tutorial.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ You should see the React logo and a link to "Learn React" on [http://localhost:3
6262
read-process-output-max (* 1024 1024)
6363
company-idle-delay 0.0
6464
company-minimum-prefix-length 1
65-
create-lockfiles nil ;; lock files will kill `npm start'
66-
lsp-headerline-breadcrumb-enable t)
65+
create-lockfiles nil) ;; lock files will kill `npm start'
6766
(with-eval-after-load 'lsp-mode
6867
(require 'dap-chrome)
6968
(add-hook 'lsp-mode-hook #'lsp-enable-which-key-integration)

0 commit comments

Comments
 (0)