Steve Purcell

Results 398 comments of Steve Purcell

Works nicely! I've been using `mic-paren` for a while, and I'm thinking I might be able to drop that in favour of plain `show-paren-mode` now...

This happens all the time for us right now, particularly on Travis while running `elm-test` (and therefore `elm-make`). I suspect it might be correlated with a high number of available...

It'd be a shame to just clone MELPA recipes into el-get, because then they need to be maintained in two places. And when, say, `ack-and-a-half`'s maintainer removes his repo, we...

`executable-find` just looks up an executable on the current path, but it should make no difference here, because if a plain executable name is provided then Emacs will resolve it...

> I'd appreciate if someone told me how to specify tty-format as dependency properly. Do I simply (require 'tty-format) in ledger-mode.el? That's how you'd do it, yes, together with a...

> Pity. I will talk to the tty-format developer, and suggest relocation or mirroring. Yeah, I'd be happy to host it in MELPA, but it would need a couple of...

Would someone be able to try out https://github.com/ledger/ledger-mode/pull/217 to see if it resolves the tag completion side of this?

The `ledger-add-transaction` command should make it easy to add fresh transactions with a full ISO date.

The current code is idiomatic because with your suggested change users would have to reinitialise the major mode to make any changes to the variable take effect.

The alternate idiomatic way to handle this would be to instead have a `ledger-highlight-xact-minor-mode` which could be toggled, and it would add/remove the post-command hook entry when being enabled/disabled.