Terje Larsen

Results 212 comments of Terje Larsen

I spent some extra time trying to get this in a state ready for contribution. PR now opened.

I haven't looked into auto-detection, but I did spend some time to make this easy to use for wrapping applications, for now I created the following overlay: ```nix final: prev:...

An alternative to run prax is to use `dnsmasq` for the `.dev` resolving and `nginx` for the routing. And then have prax in the stack. This is how I run...

I created the steps here: https://github.com/ysbaddaden/prax/wiki/Alternate-setup Feel free to modify.

Is this the same as: ```text Warning (emacs): Function is already defined: cycle-quotes-repeat Warning (emacs): Function is already defined: parrot-rotate-next-word-at-point-repeat Warning (emacs): Function is already defined: parrot-rotate-prev-word-at-point-repeat ``` Which I...

Would be really nice to have a `use-package` keyword as mentioned, also it would be nice if it handled being loaded several times, right now I get the warnings I...

What might be the most suitable as a default I guess would be `man`, it seems evil's `evil-lookup` is defaulting to `woman`. When it comes to `emacs-lisp-mode` I guess binding...

@jacktasia I think those are good ideas, if a package could provide nice defaults so you just can just plug it in that would be really neat. But since it...

To clarify this was not part of the exposed module, this was the flake itself and how it defined the module, so I guess that should be fine: ```nix {inputs,...