| 22 Oct 2022 |
k0kada (he/him) | Something like "just load the packages from this directory" | 16:04:21 |
k0kada (he/him) | Also convince them to use JSON to declare the packages, we could consume it and drop nix-straight.el entirely | 16:05:13 |
ckie (they/them) | it's more intertwined than that | 16:06:51 |
ckie (they/them) | straight.el also decides the package versions | 16:07:00 |
ckie (they/them) | but they can also be locked from within doom | 16:07:15 |
k0kada (he/him) | In reply to @ckie:ckie.dev it's more intertwined than that Yeah, what I meant was more like if upstream maybe could generate its lock for their versions or something after each update | 16:08:26 |
ckie (they/them) | as in doom sync? | 16:08:53 |
k0kada (he/him) | Yeah | 16:09:02 |
k0kada (he/him) | And publish in the repo in a format that we could consume | 16:09:21 |
ckie (they/them) | "the repo"? doom sync is runtime for imperative uesrs | 16:10:19 |
ckie (they/them) | * "the repo"? doom sync is runtime for imperative users | 16:10:21 |
ckie (they/them) | you can have package! in your config | 16:10:41 |
k0kada (he/him) | In reply to @ckie:ckie.dev you can have package! in your config I know, but only for the things that upstream has a ping | 16:11:20 |
ckie (they/them) | ooh now i'm curious, wanna swap configs? | 16:11:21 |
k0kada (he/him) | * I know, but only for the things that upstream has a pin | 16:11:25 |
k0kada (he/him) | In reply to @ckie:ckie.dev ooh now i'm curious, wanna swap configs? Sure | 16:11:51 |
ckie (they/them) | https://github.com/ckiee/nixfiles/blob/f6e022c654d9c3ccde1a7eb3d00efdcb122fb400/modules/doom-emacs/config/config.org#config | 16:11:52 |
k0kada (he/him) | https://github.com/thiagokokada/nix-configs/blob/master/home-manager/emacs/doom-emacs/config.el | 16:13:15 |
ckie (they/them) | the evil-window binds seem useful | 16:13:50 |
ckie (they/them) | tempted to nab | 16:14:03 |
k0kada (he/him) | In reply to @ckie:ckie.dev the evil-window binds seem useful I have these from the time I used vim as primary editor | 16:24:33 |
| 23 Oct 2022 |
hdzki ⚡️ | How do y'all deal with "updating" your config, my init.el is still stuck pre tree-sitter/bidi and stuff | 21:12:48 |
hdzki ⚡️ | diffing it seems like a hassle | 21:13:10 |
| 24 Oct 2022 |
k0kada (he/him) | In reply to @hdzki:hdzki.kozow.com How do y'all deal with "updating" your config, my init.el is still stuck pre tree-sitter/bidi and stuff tree-sitter works, I specially submitted a bunch of fixes to make it work | 10:25:53 |
k0kada (he/him) | As long as you don't override doom-emacs inputs, everything else is mostly fine (we can't guarantee though) | 10:26:30 |
k0kada (he/him) | #310 should get us back to upstream again, but it needs more work | 10:27:36 |
hdzki ⚡️ | In reply to@k0kada:matrix.org
tree-sitter works, I specially submitted a bunch of fixes to make it work i meant doom emacs wise not NDE, although that is helpful to know | 22:06:21 |
| 25 Oct 2022 |
| toloktir joined the room. | 13:33:51 |
@adam:valkor.net | I'm trying to use org-re-reveal to export and am hitting this error:
Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "default.el")
load("default.el")
load-with-code-conversion("/Users/astephe9/.emacs.d/init.el" "/Users/astephe9/.emacs.d/init.el" nil t)
| 17:54:12 |
@adam:valkor.net | Sure enough, init.el just tries to load a missing default.el. Any way I can troubleshoot this? | 17:54:34 |