From cc2409702965300d00ca39f0b74d2f5474b5a476 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 3 Jun 2020 02:30:30 +0100 Subject: feat(3p/emacs): Check in derivation for explain-pause-mode 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 ... --- tools/emacs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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" -- cgit 1.4.1