11 Oct 2021 |
| ArgoLargo joined the room. | 15:08:29 |
12 Oct 2021 |
| rgrmrts changed their profile picture. | 01:39:31 |
| john-loughran-colvin joined the room. | 08:25:41 |
john-loughran-colvin | This might be better asked elsewhere, but is there some way to control the number of threads used when emacs is rebuilt? Or maybe just nice them a bit higher? | 08:27:20 |
| slby joined the room. | 18:26:50 |
rrix 🍕 🌎 | john-loughran-colvin: maybe NIX_BUILD_CORES=2 ? https://nixos.org/manual/nix/unstable/advanced-topics/cores-vs-jobs.html | 21:01:34 |
rrix 🍕 🌎 | if the emacs build derivation doesn't use that surely it should | 21:01:53 |
rrix 🍕 🌎 | my builds hit the binary cache right now or i'd try it | 21:02:02 |
john-loughran-colvin | Thanks, I’ll give that a try tomorrow | 21:02:46 |
Alyssa Ross | if you want to nice them, you just nice the nix daemon | 21:06:25 |
Alyssa Ross | there's a NixOS option for it if you're using NixOS | 21:06:31 |
john-loughran-colvin | I am using Nixos. I guess I should try that as it’s really what I’m looking for; I just want my machine not to slow down so much when I’m recompiling gccemacs. | 21:09:14 |
14 Oct 2021 |
| ruby changed their profile picture. | 00:34:15 |
| hjones2199 joined the room. | 00:46:43 |
| hjones2199 set a profile picture. | 01:02:17 |
| psionic-lights joined the room. | 15:19:31 |
| hjones2199 left the room. | 15:40:49 |
| hjones2199 joined the room. | 15:51:54 |
pinecamp | is anyone using doom-emacs (or nix-doom-emacs) on NixOS and completely happy with it?
I've been slowly customizing nix-doom-emacs for a while, but it's getting to the point that I'm spending more time on fixes than my actual projects...
| 23:26:09 |
Jamie | I do use doom emacs and am happy enough with it | 23:28:51 |
Jamie | haven't tried nix-doom-emacs though | 23:29:13 |
Jamie | (though I would very much like the compilation to be done by nix) | 23:29:30 |
pinecamp | right on, what's your setup like? mind sharing a config snippet? :) | 23:31:46 |
psionic-lights | Recursively merging use-package declarations to modularize Emacs configuration (without Nix, but like NixOS & HomeManager modules) | 23:34:11 |
15 Oct 2021 |
| Josh joined the room. | 20:37:23 |
16 Oct 2021 |
| undergroundquizscene joined the room. | 17:35:24 |
-(𝕂eloτ)- | Anyone that has changed the location of .emacs.d to ~/.config/emacs, how did you get systemd.user.service.emacs.enable = true to work? (ignore misspellings) | 23:24:56 |
-(𝕂eloτ)- | I tried to use the following, but it still launches with an empty config file as if it was unable to locate ~/.config/emacs :
systemd.user.services.emacs = {
unitConfig = {
Description = "Emacs text editor.";
Documentation = "man:emacs(1)";
After = [ "graphical-session-pre.target" ];
PartOf = [ "graphical-session.target" ];
};
wantedBy = [ "default.target" ];
serviceConfig = {
Type = "forking";
ExecStart = "${emacsWithPackages}/bin/emacs --fg-daemon";
ExecStop = "${emacsWithPackages}/bin/emacsclient --eval (kill-emacs)";
Restart = "always";
};
};
| 23:26:13 |
17 Oct 2021 |
| meccine joined the room. | 04:13:06 |
| meccine left the room. | 04:15:44 |