emacs: Adapt to package name changes/merges.
This commit is contained in:
parent
c1613bdfab
commit
fafa62f917
3 changed files with 7 additions and 18 deletions
|
@ -46,30 +46,12 @@
|
|||
'';
|
||||
};
|
||||
|
||||
lsp-rust = {
|
||||
config = ''
|
||||
(setq lsp-rust-rls-server-command "${pkgs.rls}/bin/rls")
|
||||
'';
|
||||
};
|
||||
|
||||
ob-plantuml = {
|
||||
config = ''
|
||||
(setq org-plantuml-jar-path "${pkgs.plantuml}/lib/plantuml.jar")
|
||||
'';
|
||||
};
|
||||
|
||||
pandoc-mode = {
|
||||
config = ''
|
||||
(setq pandoc-binary "${pkgs.pandoc}/bin/pandoc")
|
||||
'';
|
||||
};
|
||||
|
||||
plantuml-mode = {
|
||||
config = ''
|
||||
(setq plantuml-jar-path "${pkgs.plantuml}/lib/plantuml.jar")
|
||||
'';
|
||||
};
|
||||
|
||||
ripgrep = {
|
||||
config = ''
|
||||
(setq ripgrep-executable "${pkgs.ripgrep}/bin/rg")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue