about summary refs log tree commit diff
path: root/users/aspen/web/orgExportHTML.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/web/orgExportHTML.nix')
-rw-r--r--users/aspen/web/orgExportHTML.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/users/aspen/web/orgExportHTML.nix b/users/aspen/web/orgExportHTML.nix
index 3a8e35f22d17..3156b527e49c 100644
--- a/users/aspen/web/orgExportHTML.nix
+++ b/users/aspen/web/orgExportHTML.nix
@@ -3,12 +3,6 @@
 with pkgs;
 with lib;
 
-let
-
-  emacs = pkgs.emacs28;
-
-in
-
 opts:
 
 let
@@ -42,7 +36,7 @@ in
 runCommand outName { inherit src; } ''
   buildFile() {
     cp "$1" file.org
-    ${emacs}/bin/emacs --batch \
+    ${pkgs.emacs}/bin/emacs --batch \
       --load ${./config.el} \
       --visit file.org \
       --eval "(progn