25 Dec 2023 |
| @simonyde:matrix.org left the room. | 14:12:58 |
26 Dec 2023 |
| @asbjorn:olli.ng changed their display name from A2 to A2 (☎ 8969). | 17:26:34 |
27 Dec 2023 |
| gli.al changed their display name from gli.al to gli.al (9402). | 15:36:07 |
| gli.al changed their display name from gli.al (9402) to gli.al ☎️ 9402. | 15:37:31 |
29 Dec 2023 |
| Ebrahim joined the room. | 14:50:53 |
Ebrahim | Hello. Until recently I've been using nix-doom-emacs. However, my confings does not build anymore and it freezes during building. I just saw the notif in the Github repository indicating the project is broken.
What is the recommended alternative way to have doom emacs on nix for a flake setup? I already am making the content of my config files declaratively. They could be pinned to a real file into the disk where doom should be able to read them. | 14:56:15 |
31 Dec 2023 |
| @fschn:matrix.org joined the room. | 12:13:22 |
1 Jan 2024 |
Artem | Ebrahim: some people do it manually (just following the Doom's instructions). One somewhat automated approach referenced just above: https://discourse.nixos.org/t/advice-needed-installing-doom-emacs/8806/10 | 21:33:29 |
2 Jan 2024 |
| @asbjorn:olli.ng changed their display name from A2 (☎ 8969) to A2. | 10:36:17 |
| gli.al changed their display name from gli.al ☎️ 9402 to gli.al. | 16:34:09 |
5 Jan 2024 |
| @palo:xaos.space left the room. | 08:37:10 |
8 Jan 2024 |
mei 🌒& | i'm still using nde btw | 00:05:40 |
mei 🌒& | fixing it is also still on my mind | 00:05:46 |
| Adnan Zaman joined the room. | 08:18:14 |
9 Jan 2024 |
heyoni | Is there a standard package for turning my notes into a git repo that autosaves? If not I’m gonna write my own | 19:52:58 |
10 Jan 2024 |
| philipp changed their display name from philipp to philipp (prolog in linux kernel, when). | 13:46:46 |
| philipp changed their display name from philipp (prolog in linux kernel, when) to philipp (prolog in kernel when). | 13:47:29 |
| philipp changed their display name from philipp (prolog in kernel when) to test. | 13:47:30 |
| philipp changed their display name from test to philipp. | 13:49:15 |
12 Jan 2024 |
| @kj4ohh:matrix.org left the room. | 17:32:32 |
15 Jan 2024 |
| @noth:ilyamikcoder.com left the room. | 19:18:19 |
16 Jan 2024 |
twitchy0 | In reply to @heyoni:matrix.org Is there a standard package for turning my notes into a git repo that autosaves? If not I’m gonna write my own This is more like a cron thing. But if emacs is your OS, I think midnight mode has timed job support | 16:00:01 |
twitchy0 | If you want it on file change and not timed, try entr or inotify | 16:00:50 |
twitchy0 | For an emacs solution, I guess you could advice on file save, but doing it at the file system level seems better | 16:01:17 |
heyoni | Ok. I was picturing something like obsidian that does it based on saves/quits. But it sounds like there isn’t a standard MELPA method so maybe I’ll write something on my own | 16:22:05 |
heyoni | Or even a magit shortcut might satisfy me | 16:22:19 |
@cadair:cadair.com | hey all. How do you get things like ssh / tar / ripgrep in the path for emacs? | 16:23:35 |
heyoni | In reply to @cadair:cadair.com hey all. How do you get things like ssh / tar / ripgrep in the path for emacs? I actually have that issue as well! Sorry not sure | 17:25:57 |
twitchy0 | The pkgs.emacsWithPackagesFromUsePackage function has an extraEmacsPackages argument where you can list packages. Might be something similar for whatever you're using | 21:59:58 |
19 Jan 2024 |
@fschn:matrix.org | Hi, ive got troubles installing doom emacs on nixos and have two questions:
following the basic instructions for nixos: https://github.com/nix-community/nix-doom-emacs/blob/master/docs/reference.md#nixos
my build gets stuck here:
building the system configuration...
[1/0/1 built, 0.0 MiB DL] building emacs-straight-packages.json (installPhase): [nix-doom-emacs] Inhibiting (kill-emacs)
my setup:
- system: `"x86_64-linux"`
- host os: `Linux 6.6.8, NixOS, 24.05 (Uakari), 24.05.20231224.5f64a12`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.18.1`
- channels(root): `"nixos-23.11"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
in case it matters, for doom config i use the contents of /test/doom.d .
not sure how i could solve this. does anyone have any hints or suggestions of installing doom emacs?
ps.: given that the repo is broken, does trying to installing and using still make sense?
| 16:04:30 |