summaryrefslogtreecommitdiff
path: root/home/config/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/config/emacs.nix')
-rw-r--r--home/config/emacs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/emacs.nix b/home/config/emacs.nix
index 3758cb0..c12f917 100644
--- a/home/config/emacs.nix
+++ b/home/config/emacs.nix
@@ -3,7 +3,7 @@
{
programs.emacs = {
enable = true;
- package = pkgs.emacs.overrideAttrs (oldAttrs: rec { nativeComp = true; });
+ # package = pkgs.emacs.overrideAttrs (oldAttrs: rec { nativeComp = true; });
};
services.emacs = {
enable = true;