diff options
author | Vincent Ambo <tazjin@google.com> | 2020-03-29T21·30+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-03-29T21·31+0100 |
commit | 049a13562c1ac9cc4ddbdccc7f00e2192d286003 (patch) | |
tree | 9cf5f397d36e951ab0f1a13c2d37e6f1e1bdf836 /tools | |
parent | 576f190972224044397128df91a72a07180461e4 (diff) |
feat(tools/emacs): Install eglot & dependencies r/603
Diffstat (limited to 'tools')
-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 c980c678d625..59d5a0655a1c 100644 --- a/tools/emacs/default.nix +++ b/tools/emacs/default.nix @@ -55,9 +55,11 @@ let dash-functional direnv dockerfile-mode + eglot elixir-mode elm-mode erlang + flymake geiser go-mode gruber-darker-theme @@ -106,6 +108,7 @@ let which-key xelb yaml-mode + yasnippet (vterm.overrideAttrs(_: { src = third_party.fetchFromGitHub{ |