From a45fbedb333c82eb917dca77df77ff6730f71ecf Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 5 Jul 2019 19:08:47 -0700 Subject: switched to spacemacs --- common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index af5ff37..5c17e06 100644 --- a/common.nix +++ b/common.nix @@ -201,7 +201,8 @@ in emacs = { enable = true; - extraPackages = epkgs: import ./emacs-packages.nix { inherit epkgs; }; + # Disabling for spacemacs + #extraPackages = epkgs: import ./emacs-packages.nix { inherit epkgs; }; }; }; } -- cgit v1.2.3