26 Oct 2022 |
zrsk | but probably I will be there | 19:50:41 |
28 Oct 2022 |
zrsk | What is the best way to override an emacs package using nix-doom-emacs? | 14:27:26 |
zrsk | I would like to override tree-sitter-langs making it use new grammars | 14:30:50 |
zrsk | Maybe this is the simpler way:
(package! tree-sitter-langs :recipe (:host github :repo "my-user/my-fork"))
| 14:49:38 |
zrsk | And then if everything works I could just submit a PR upstream | 14:50:07 |
zrsk | This way work with nix-doom-emacs , right? | 14:50:27 |
zrsk | what can I do then? | 15:31:25 |
ckie (they/them) | hm I think i'll just timeout on the docs PR and merge already | 15:36:51 |
ckie (they/them) | okay nvm it def needs more work but, zrsk #266#faq.md | 15:37:31 |
zrsk | uhh thanks, it works | 15:55:55 |
zrsk | but now trivialBuild fails | 15:56:25 |
zrsk | BTW I don't think I need this | 16:11:45 |
zrsk | There is a special derivation for tree-sitter-langs which already override grammars with the grammars packaged in nixpkgs | 16:12:41 |
zrsk | https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/emacs/elisp-packages/tree-sitter-langs/default.nix | 16:12:46 |
zrsk | * There is a special derivation for tree-sitter-langs which already overrides grammars with the grammars packaged in nixpkgs | 16:17:38 |
zrsk | it was completely useless | 17:35:39 |
zrsk | I think that the emacs package tree-sitter-langs should also implement "injection queries" to make possible what I want. | 17:36:57 |
zrsk | Which, since we are in an emacs/nix group maybe could be interesting to share: | 17:39:50 |
zrsk |  Download image.png | 17:39:52 |
zrsk | This is helix , not emacs and using latest nix grammar it's possible to get syntax highlighting for multi line strings simply putting a comment in the line before | 17:41:03 |
29 Oct 2022 |
k0kada (he/him) | In reply to @ckie:ckie.dev hm I think i'll just timeout on the docs PR and merge already IMO, we should get it in a minimum acceptable state and merge | 14:32:54 |
ckie (they/them) | yeah, same | 14:33:54 |
k0kada (he/him) | I have some free time since I am in vacations rn, will take a look at your comments later | 14:36:26 |
| qwertyuiop joined the room. | 16:14:37 |
qwertyuiop | hi, i'm new here | 16:23:37 |
qwertyuiop | i'm trying to get splash images working on the dashboard but its not working as good as i expected 😅 | 16:24:18 |
qwertyuiop |  Download image.png | 16:24:20 |
qwertyuiop | actually, its not working at all and it falls back to the ASCII banner | 16:24:48 |
qwertyuiop |  Download image.png | 16:24:52 |
qwertyuiop | i added misc/ to doomPrivateDir and git | 16:26:35 |