Akira Komamura

Results 180 comments of Akira Komamura

Not sure this is what you want, but you can build a single elisp package: ```sh nix build .#emacs-config.elispPackages.dash ``` Exposing `packageEnv` in `pkgs/emacs/wrapper.nix` may be a good idea. It...

Now I've got your points. Thank you for your patience. > - Byte compile/native compile my init.el (with all existing packages available via wrapper) Byte-compiling (or native-compiling) `initFiles` passed to...

@terlar Thanks. I'll study your config to explore how I can improve the API. Regarding the defaults, I'm thinking of adding a convenient option to toggle `errorOnWarn`, `doTangle`, `wantExtraOutputs`, etc....

I have added some contents, but documentation still has a lower priority.

> Is this PR work still going on? I'm thinking of discarding this PR. Now I generally don't like the idea of containing documentation in the repository as the source...

> To some extent, I always get lost in the source code, which is quite annoying. @terlar currently maintains [a working configuration](https://github.com/terlar/emacs-config) built with twist, which you could use as...

I am currently working on https://github.com/emacs-twist/overrides to finally resolve this issue. After adding a test suite to the repository, I will close this issue.

> I noticed that nix-mode has grown a package dependency on transient, simply because nix-flake.el uses it, while that module doesn't rely on much beyond nix-executable as far as I...

I think [koka](https://github.com/koka-lang/koka) is a good candidate for this use case. It's minimal but statically typed, and has a complete language spec. The language is expressive enough to solve algorithmic...

> Or just use just Wrapping `just` so a justfile is available only inside a devshell (via `--justfile` option)? It would be useful to generate the justfile from Nix to...