diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-10T11·34+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-10T11·34+0000 |
commit | 9dd9bce494f9821ef1f761a98e858ea47f4374a4 (patch) | |
tree | 7e0feb0e7868f2a60b98ebaf875f66be9975ed30 /emacs | |
parent | bd88f402249509993df6ba78c082ab7bda572d47 (diff) |
Add ts.el to emacs/default.nix
I ran `M-x package-autoremove` that deleted `ts.el`, which wasn't listed in my default.nix. Adding it...
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/default.nix b/emacs/default.nix index affc9f605ce7..a61d6fb7020e 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -37,6 +37,7 @@ let ]) ++ (with epkgs.melpaPackages; [ + ts vterm base16-theme ivy-pass |