diff options
-rw-r--r-- | gui/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/emacs.nix b/gui/emacs.nix index 6f2d409..799a743 100644 --- a/gui/emacs.nix +++ b/gui/emacs.nix @@ -17,7 +17,7 @@ custom-runtime-env-el = let tex = pkgs.texlive.combine { - inherit (pkgs.texlive) scheme-small dvipng; + inherit (pkgs.texlive) scheme-full dvipng; }; in pkgs.writeTextFile { name = "custom-runtime-env.el"; |