home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9c342c7ee770e0286242fabce33eae51b7c45b13
parent 68200c1adc560be8f001b4df2bef8bf3174666f6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 29 Jan 2020 09:31:21 +0100

emacs.nix: remove melpaPackages as they all are 🐜

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/emacs.nix | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/profiles/emacs.nix b/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 {