From a94e48cec71fc9ed9ffc3d01421e133d80b3a784 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Tue, 18 May 2021 21:08:53 +0200 Subject: [PATCH] doc: less Emacs-centric --- doc/make/nix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make/nix.md b/doc/make/nix.md index 4658ac9a01..5e3b43583c 100644 --- a/doc/make/nix.md +++ b/doc/make/nix.md @@ -48,7 +48,7 @@ This is because modules are discovered not from a directory listing anymore but # Editor Integration As in the standard Nix setup. -After adding `src/` as an LSP workspace using `lsp-workspace-folder-add`, it should automatically fall back to using stage 0 in there. +After adding `src/` as an LSP workspace, it should automatically fall back to using stage 0 in there. Note that the UX of `emacs/vscode-dev` is quite different from the Make-based setup regarding the compilation of dependencies: there is no mutable directory incrementally filled by the build that we could point the editor at for .olean files.