2 Commits (main)

Author SHA1 Message Date
Zero King 79b73bf2ef 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.
2 months ago
Sandeep Nambiar d3435676f7
feat: add emacs directory locals to configure rust-analyzer (#109)
.dir-locals.el is the emacs equivalent of .vim directory in the project here.

This PR adds a simple configuration to map the same rust-analyzer
configuration variable as the vim version to make use of new aya
projects seamless with emacs projects that use emacs-lsp + rust analyzer.
4 months ago