fix: emacs directory locals
- Emacs vectors do not have "," separator. - The .dir-locals.el list is checked against major mode names, but lsp-mode could be a minor mode. Use the generic prog-mode instead.pull/113/head
parent
d3435676f7
commit
79b73bf2ef
@ -1 +1 @@
|
||||
((lsp-mode . ((lsp-rust-analyzer-linked-projects . ["Cargo.toml", "{{project-name}}-ebpf/Cargo.toml"]))))
|
||||
((prog-mode . ((lsp-rust-analyzer-linked-projects . ["Cargo.toml" "{{project-name}}-ebpf/Cargo.toml"]))))
|
||||
|
Loading…
Reference in New Issue