Steve Purcell

Results 398 comments of Steve Purcell

The readme says "Minor mode for auto-highlighting symbol at point: symbol-overlay-mode". Does that help?

If you now place point on a symbol which appears in multiple places in the current file, it should be automatically highlighted.

I guess I'm not averse to it, but I would want GUI support on both platforms, and for the "with X" configurations to be variants in addition to the existing...

The route to this would be incorporating more code from the [upstream nixpkgs expression](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/emacs/generic.nix) into `emacs.nix` here, together with additional conditional flags so that elements in `overlay.nix` can be defined...

> 2\. Can you disable cachix for some versions? Probably, yes, but I'd rather not. I should look into the cache usage, if stats for that exist.

Ah, nice, I think that might have changed since the early days of cachix.

@tgbugs I was thinking about this when I was updating the snapshot version recently. I figured it wasn't particularly worthwhile for the sake of performance, but if there are compiler...

Yeah, if there's a case that isn't a regression — ie. there are _additional_ useful compiler warnings that are only produced in the presence of native compilation — then this...

My goal here is just to provide emacs binaries, and I don't think there's any particular need to provide cask support: it can be easily installed using the command listed...

> https://github.com/purcell/setup-emacs/blob/master/dist/index.js Steve is a wizard! : @alphapapa Haha, nope, that's generated from much simpler typescript here: https://github.com/purcell/setup-emacs/tree/master/src (The compilation is done with [this command](https://github.com/purcell/setup-emacs/blob/329b5891e2dc8192a68e7f292299d86d0ba5a4a2/package.json#L8).)