!SlMumQZnFjwLRjWFbW:nixos.org

Nix + Doom Emacs

193 Members
Running Doom Emacs with Nix | You probably want https://github.com/nix-community/nix-doom-emacs41 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
9 Sep 2023
@ptonner:matrix.orgPeter Tonner

I'm trying to get an initial setup working, is it normal for emacs to be running a bunch of async native compilation in the background? During build there was already a bunch of native comp done, so I'm not sure why this also happening. I've been letting it run in the background for a while but there doesn't seem to be an end in sight. This is my setup:

{ inputs, pkgs, ... }:

{
  imports = [ inputs.nix-doom-emacs.hmModule ];
  programs.doom-emacs = {
    enable = true;
    doomPrivateDir = ./doom.d;
  };
}
13:10:23
@ptonner:matrix.orgPeter TonnerI've also tried the solution added by this feature, but it didn't seem to make a difference: https://github.com/nix-community/nix-doom-emacs/pull/30313:15:03
@ptonner:matrix.orgPeter Tonneroh, maybe this is just a new-er design of doom? https://github.com/doomemacs/doomemacs/commit/3853dff5e11655e858d0bfae64b70cb12ef685ac13:19:43
@ptonner:matrix.orgPeter TonnerI had stepped away from doom for a while but am trying it again, so hadn't seen this change before13:20:11
@ptonner:matrix.orgPeter Tonner is there any way to enable the --aot flag on the nix side? I feel like i'd prefer to just compile everything before running, even if it's going to take forever 13:23:55
10 Sep 2023
@rickbonavigo:matrix.org@rickbonavigo:matrix.org left the room.08:28:51
11 Sep 2023
@JoelMcCracken:matrix.orgJoelMcCracken I think I’m going to go back to installing doom outside of nix for a little while, how hlissner does it 00:37:56
@woobilicious:matrix.orgwoobilicious Am I the only one who looses lsp functions when opening a file with root? SPC f U, this didn't happen with doom outside of nix, I installed nil globally, and with extraPackages in home manager, but it still throws an error. 02:38:47
@ckie:ckie.devmei šŸŒ’& woobilicious: i think you have to do some extra things when you're using the remote thing with the name I don't remember 12:44:01
@ckie:ckie.devmei šŸŒ’& * woobilicious: i think you have to do some extra lsp configuration when you're using the remote thing with the name I don't remember 12:44:14
@woobilicious:matrix.orgwoobiliciousI swear it use to work till I migrated to the nix repo oh well šŸ¤·ā€ā™‚ļø21:27:21

Show newer messages


Back to Room ListRoom Version: 9