1
0
Fork 0
dotfiles/.emacs.d/include
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
..
gpgconfig.el feat: add gpg-decrypt-buffer function 2023-08-08 23:10:24 -07:00
latexconfig.el fix(emacs): add more | symbols for latex 2024-10-17 15:54:16 -04:00
mu4econfig.el fix(emacs): minor smtp email config 2024-07-31 22:10:54 -07:00
priime-ai.el feat(emacs): add priime-ai package 2024-11-21 20:50:30 -05:00
priime-completion.el fix(emacs): remove cape-elisp-symbol 2024-11-21 00:22:27 -05:00
priime-convenience.el fix(emacs): create and use new priime-terminal command 2024-11-14 17:01:58 -05:00
priime-edit.el fix(emacs): bind meow l to recenter-top-bottom 2024-11-30 03:59:10 -05:00
priime-elisp.el fix(emacs): include htmlize dependency for org-html-export 2024-12-07 23:04:21 -05:00
priime-general.el fix(emacs): change priime-font-reload to interactive command 2024-12-07 14:54:24 -05:00
priime-languages.el fix(emacs): configure LSP correctly for rust 2024-12-07 23:07:01 -05:00
priime-lsp.el fix(emacs): adjust eglot keymap setting 2024-11-12 23:29:19 -05:00
priime-org.el fix(emacs): make org variable-pitch and tune display-line-numbers 2024-11-03 19:08:28 -05:00
priime-ui.el fix(emacs): add ligature package 2024-12-07 14:54:35 -05:00
priime-utils.el refactor(emacs): remove misc.el 2024-11-03 19:08:28 -05:00
priime-vc.el feat(emacs): add git-link and new function git-link-with-commit 2024-11-25 19:19:18 -05:00