| 15 Nov 2023 |
| Alyssa Ross left the room. | 17:50:01 |
| NixOS Moderation Botchanged room power levels. | 18:12:25 |
| NixOS Moderation Botchanged room power levels. | 18:12:25 |
| Mist changed their profile picture. | 23:30:55 |
| 16 Nov 2023 |
| mplanchard joined the room. | 15:41:55 |
| 17 Nov 2023 |
| Miguel Suarez joined the room. | 18:21:29 |
| 19 Nov 2023 |
| ZXGU joined the room. | 10:59:24 |
| 20 Nov 2023 |
| stigo joined the room. | 21:24:11 |
| 22 Nov 2023 |
| Gamewarrior010 joined the room. | 21:14:26 |
| 24 Nov 2023 |
| jgart joined the room. | 19:56:58 |
| 25 Nov 2023 |
| edgar.vincent joined the room. | 00:27:42 |
| 27 Nov 2023 |
A2 | Is everyone in here using a year-old version of doom emacs? I'm guessing most people's SPC / is broken?
I love nix doom emacs, but I'm considering switching to running it in imperative-mode without nix, just to get up to date.
I scratched at PR #316 a bit- but I'm not nearly comfortable enough with emacs lisp to make a difference. | 10:34:34 |
A2 | Btw much love to the maintainers. I loved this project, and don't want to be critical of your work.
I'm just curious whether other peeps in the community are considering the same, or if there's a workarund that I'm not hip to. | 10:40:07 |
ckie (they/them) | A2: it works with vertico :P | 12:57:10 |
ckie (they/them) | and yes, k0kada (he/him) (co-maintainer) has switched | 12:57:38 |
ckie (they/them) | https://github.com/nix-community/nix-doom-emacs/issues/324#issuecomment-1817944709 | 12:58:03 |
| patka joined the room. | 21:15:26 |
| patka left the room. | 22:31:16 |
| 28 Nov 2023 |
| Lukas Liebenow joined the room. | 18:52:48 |
Lukas Liebenow |  Download idk.png | 18:58:08 |
Lukas Liebenow | Hey!
Ok so this is my config:
{config, pkgs, nix-doom-emacs, ...}:
{
imports = [ nix-doom-emacs.hmModule ];
programs.doom-emacs = {
enable = true;
emacsPackage = pkgs.emacs29-pgtk;
doomPrivateDir = ./.;
};
}
And when I do home-manager switch --flake . it just freezes on this message. | 18:58:08 |
Lukas Liebenow | I think as soon as I remove the line with the emacsPackage... its works kinda strange. | 19:01:38 |
Lukas Liebenow | No it doesn’t work!! | 21:50:50 |
| 29 Nov 2023 |
ckie (they/them) | k0kada (he/him) (and everyone else who has thoughts): should we perhaps add a notice of "this project doesn't work rn" | 00:54:28 |
ckie (they/them) | i haven't given up on it but i don't want to stop frustrating people like Lukas Liebenow that are just coming here for the first time | 00:54:48 |
ckie (they/them) | * i haven't given up on it but i don't want to stop frustrating people like Lukas Liebenow that are just coming here for the first time probably | 00:54:52 |
k0kada (he/him) | In reply to @ckie:ckie.dev k0kada (he/him) (and everyone else who has thoughts): should we perhaps add a notice of "this project doesn't work rn" Yes | 09:20:16 |
A2 | Seems reasonable. Or something like "this project is out of date rn. Last update from upstream: <date>" | 09:41:09 |
Lukas Liebenow | Ok | 11:50:56 |
Lukas Liebenow | Do you know if there are people who are still working on it and trying to fix it? | 11:51:40 |