diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-24T16·40+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-24T16·40+0000 |
commit | bbab6cd1c1296ad05ef22602711444385a458473 (patch) | |
tree | a0194ec702cce88e9bb122f6bfb62b14a8f8ff88 | |
parent | 190378ad0512a218fe52b3dad1911b561f5a1506 (diff) |
feat(tools/emacs): Use patched rcirc r/579
-rw-r--r-- | tools/emacs/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/emacs/default.nix b/tools/emacs/default.nix index 099cc6505216..e29f2f05f1c6 100644 --- a/tools/emacs/default.nix +++ b/tools/emacs/default.nix @@ -121,6 +121,9 @@ let dottime nix-util term-switcher + + # patched version of rcirc + depot.third_party.emacs.rcirc ])))); in lib.fix(self: l: f: third_party.writeShellScriptBin "tazjins-emacs" '' export PATH="${emacsBinPath}:$PATH" |