this post was submitted on 06 Mar 2025
8 points (100.0% liked)

Emacs

2560 readers
1 users here now

Our infinitely powerful editor.

founded 5 years ago
MODERATORS
 

Disproject is a package for GNU Emacs that implements Transient menus for dispatching project-related commands on top of the project.el library. It aims to provide a more featureful version of the project-switch-project command, which it is inspired by. Those who are familiar with Projectile may also find similarities to projectile-commander.

Hello! I'm happy to announce version 2.0.0 of Disproject has been released. Notably, it adds support for specifying custom per-project commands (see disproject-custom-suffixes variable) with Transient's specifications syntax; the previous custom syntax has been deprecated.

Project homepage: https://github.com/aurtzy/disproject

Full release notes: https://github.com/aurtzy/disproject/releases/tag/v2.0.0

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 3 months ago (1 children)

I can't believe wrapping up a macro evaluation is the only way to dynamically build up some text at the top of the transient. I want to show the compile command and build it up as options are chosen before hiring C-c C-c to kick it off.

[โ€“] [email protected] 2 points 3 months ago

I don't think the macro usage is 100% necessary; in the case of dynamic text, I'd specify a function in a group's :description slot (like this; function here) that builds the description from transient state.