diff options
-rw-r--r-- | emacs.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.nix b/emacs.nix index 019dd26b2bbc..7c879a59245c 100644 --- a/emacs.nix +++ b/emacs.nix @@ -108,9 +108,11 @@ in emacsWithPackages(epkgs: (with epkgs.melpaPackages; [ edit-server helm-pass + kotlin-mode pg racket-mode restclient + toml-mode uuidgen ]) ++ |