about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-06-03T01·30+0100
committerVincent Ambo <tazjin@google.com>2020-06-03T01·31+0100
commitcc2409702965300d00ca39f0b74d2f5474b5a476 (patch)
tree0b7852350bb1577a56644ef10ef7d5a5acf7c412 /tools
parent54b9925b931afbc762e03cced13e23d2b90427c2 (diff)
feat(3p/emacs): Check in derivation for explain-pause-mode r/879
This mode makes it possible to track down slowness in Emacs functions
across the board.

https://github.com/lastquestion/explain-pause-mode

Very useful for some things I need to debug ...
Diffstat (limited to 'tools')
-rw-r--r--tools/emacs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/emacs/default.nix b/tools/emacs/default.nix
index abd4df4d9a..de53270393 100644
--- a/tools/emacs/default.nix
+++ b/tools/emacs/default.nix
@@ -111,6 +111,7 @@ let
     depot.third_party.emacs.exwm
     depot.third_party.emacs.rcirc
     depot.third_party.emacs.vterm
+    depot.third_party.explain-pause-mode
   ]))));
 in lib.fix(self: l: f: third_party.writeShellScriptBin "tazjins-emacs" ''
   export PATH="${emacsBinPath}:$PATH"