pkryger / difftastic.el

Wrapper for difftastic
GNU General Public License v3.0
45 stars 4 forks source link

Use transient.el to configure difftastic #7

Open SqrtMinusOne opened 6 months ago

SqrtMinusOne commented 6 months ago

Difftastic has a lot of options, see difft --help.

Fortunately, they can be passed as environment variables, which means we can avoid using a ton of CLI flags with process-environment or some local derivatives.

transient.el is a good choice for a configuration interface.