about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-06-11T11·20+0100
committerVincent Ambo <tazjin@google.com>2020-06-11T11·20+0100
commit3407baa7561af2fc8cb68afa995eaed35f08b5dc (patch)
treea694dae4e4ba1bed430de31e9e20355fe1a3f103 /tools
parent8be09a4c40ccdb04fd26ce907e9af09fc99d7d67 (diff)
fix(tools/emacs): Fix path to explain-pause-mode r/889
Diffstat (limited to 'tools')
-rw-r--r--tools/emacs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs/default.nix b/tools/emacs/default.nix
index de53270393..ee39120109 100644
--- a/tools/emacs/default.nix
+++ b/tools/emacs/default.nix
@@ -111,7 +111,7 @@ let
     depot.third_party.emacs.exwm
     depot.third_party.emacs.rcirc
     depot.third_party.emacs.vterm
-    depot.third_party.explain-pause-mode
+    depot.third_party.emacs.explain-pause-mode
   ]))));
 in lib.fix(self: l: f: third_party.writeShellScriptBin "tazjins-emacs" ''
   export PATH="${emacsBinPath}:$PATH"