diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-03-26T21·06+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-03-26T21·06+0200 |
commit | 2a6d57e97b04d2e987f317d43389c2cf398df20e (patch) | |
tree | 58d4a4b11e80c7c65012dc3e4d0f4573aaacd6c7 /emacs.nix | |
parent | e0178686406ac98d7f3dc28e3f8f32c4a18ebe99 (diff) |
feat(emacs): Install elm-mode
Diffstat (limited to 'emacs.nix')
-rw-r--r-- | emacs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.nix b/emacs.nix index 7c879a59245c..6b7b2bd71166 100644 --- a/emacs.nix +++ b/emacs.nix @@ -107,6 +107,7 @@ in emacsWithPackages(epkgs: # Bleeding-edge packages: (with epkgs.melpaPackages; [ edit-server + elm-mode helm-pass kotlin-mode pg |