emacs: nativecomp is default now

master
Yorick van Pelt 2022-12-20 12:00:36 +01:00
parent c58d2b8cc8
commit fd6f4ed8fb
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ lib, config, options, pkgs, ... }: let
epkgs = pkgs.emacsPackagesFor pkgs.emacsPgtkNativeComp;
epkgs = pkgs.emacsPackagesFor pkgs.emacsPgtk;
in {
programs.emacs = {
enable = true;
package = pkgs.emacsPgtkNativeComp;
package = pkgs.emacsPgtk;
extraConfig = ''
(setq copilot-node-executable "${pkgs.nodejs-slim-16_x}/bin/node")
(setq lsp-nix-server-path "${pkgs.nil}/bin/nil")