From 55afbb085e961432506d7c5f0759e9c3509606e2 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 9 Mar 2021 10:17:18 +0100 Subject: [PATCH] Remove empty config string from emacs --- modules/emacs.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/emacs.nix b/modules/emacs.nix index ee44538f..38848f64 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -64,8 +64,6 @@ lsp-mode = { enable = true; command = [ "lsp" ]; - config = '' - ''; }; markdown-mode = { enable = true;