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/111/head
Zero King 9 months ago committed by GitHub
parent d3435676f7
commit 6c9cc07fd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save