Commit 9c342c7ee770

Vincent Demeester <vincent@sbr.pm>
2020-01-29 09:31:21
emacs.nix: remove melpaPackages as they all are ๐Ÿœ
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 68200c1
Changed files (1)
modules
profiles
modules/profiles/emacs.nix
@@ -137,7 +137,6 @@ in
           xterm-color
           yasnippet
           yaml-mode
-        ] ++ (with melpaPackages; [
           anzu
           company-lsp
           company-prescient
@@ -171,7 +170,7 @@ in
           use-package
           # Highly experimental
           emacs-libvterm
-        ]);
+        ];
       };
     }
     (mkIf config.profiles.emacs.capture {