Skip to content

Commit

Permalink
docs: regenerate the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 31, 2024
1 parent d38da3d commit a6a441e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,9 @@ Examples:
(+eglot-register 'lua-mode "lua-language-server" "lua-lsp")
(+eglot-register '(c-mode c++-mode) '("clangd" "--clang-tidy" "-j=12") "ccls")

#### `(+project-scan-for-projects &optional DIR)`
#### `(+project-scan-for-projects &rest DIRS)`

Scan and remember projects under DIR or `+project-scan-dir-paths`.
Scan and remember projects under DIRS or `+project-scan-dir-paths`.

#### `(+project-super-project-try-or-fail DIR)`

Expand Down

0 comments on commit a6a441e

Please sign in to comment.