1
0
Fork 0
dotfiles/.emacs.d
Lucas Sta Maria 3d8b4e3ff3
fix(emacs): configure LSP correctly for rust
`(use-package rust-mode ... :hook (rust-mode . eglot))` would error when
generating my blog pages, since for some reason `eglot` expected more than zero
arguments. This was also redundant, since `eglot`'s package already configured
`eglot-ensure` for the correct modes. *Solution*: remove the hooks.

`rustic` apparently requires specific configuration of `rustic-lsp-client`.
During generation, it kept asking to install `lsp-mode`:

> lsp-mode not found. Install it ? (y or n)

Since `lsp-mode` is apparently the default. *Solution*: explicitly set `eglot`
as the default.

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2024-12-07 23:07:01 -05:00
..
include fix(emacs): configure LSP correctly for rust 2024-12-07 23:07:01 -05:00
straight/versions chore(emacs): update straight lockfile 2024-11-20 00:08:18 -05:00
init.el feat(emacs): add priime-ai package 2024-11-21 20:50:30 -05:00