fix(tex): add texlive to the package list
This commit is contained in:
parent
f51075d4e0
commit
bd9ba045ea
2 changed files with 11 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
{ emacsWithPackagesFromUsePackage, emacs29-pgtk, python3 }:
|
||||
{ emacsWithPackagesFromUsePackage, emacs29-pgtk, python3, texliveTeTeX }:
|
||||
emacsWithPackagesFromUsePackage {
|
||||
package = emacs29-pgtk;
|
||||
config = ./config.org;
|
||||
|
@ -43,6 +43,7 @@ emacsWithPackagesFromUsePackage {
|
|||
}) ++ [
|
||||
e.treesit-grammars.with-all-grammars
|
||||
python3
|
||||
texliveTeTeX
|
||||
];
|
||||
override = _: prev: { use-package = prev.emacs; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue