aboutsummaryrefslogtreecommitdiff
path: root/gui/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/emacs.nix')
-rw-r--r--gui/emacs.nix2
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";