From da99105b964d0ef1b55ea768d61978b3d8a61605 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 31 Jan 2021 22:47:53 +0100 Subject: Fix inclusion of pandoc into the emacs environment This ought to be easier --- gui/emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/emacs.nix b/gui/emacs.nix index 869ce86..2e7fc14 100644 --- a/gui/emacs.nix +++ b/gui/emacs.nix @@ -28,7 +28,7 @@ in { name = "custom-runtime-env.el"; text = '' (setenv "PATH" (concat (getenv "PATH") - ":${tex}/bin")) + ":${tex}/bin:${pkgs.pandoc}/bin")) (add-to-list 'exec-path "${tex}/bin") (add-to-list 'exec-path "${pkgs.graphviz}/bin") (add-to-list 'exec-path "${pkgs.sqlite}/bin") -- cgit v1.2.3