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 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") |