diff options
| author | Omar AntolĂn Camarena <omar.antolin@gmail.com> | 2025-08-25 07:52:13 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-25 07:52:13 -0600 |
| commit | 1371a1e33e3a3d96557beb28dccf1fa762f6ae22 (patch) | |
| tree | 72994a993efbe605ad7767c468f086663c603db7 | |
| parent | 4f3ac585cd87affc1d208ea6f0fbb9798b88c1bb (diff) | |
| parent | 9d8a3dbaeea81a14e876066939033596ba57d424 (diff) | |
Merge pull request #773 from minad/project-buffer-category
Handle new project-buffer category
| -rw-r--r-- | embark.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -208,6 +208,7 @@ Each function should take no arguments and return one of: (package . embark--remove-package-version) (multi-category . embark--refine-multi-category) (buffer . embark--uniquify-orig-buffer) + (project-buffer . embark--uniquify-orig-buffer) (file . embark--simplify-path)) "Alist associating type to functions for transforming targets. Each function should take a type and a target string and return a |
