summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-07-05 19:08:47 -0700
committerBen Sima <ben@bsima.me>2019-07-05 19:08:47 -0700
commita45fbedb333c82eb917dca77df77ff6730f71ecf (patch)
tree6a1efed7797ef5ad3b7603f0c6920503fa47e45e /common.nix
parent34fa120f5e5b5ee72e1bb9e91521c400fdb57b18 (diff)
switched to spacemacs
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 2 insertions, 1 deletions
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; };
};
};
}