From 9d8a3dbaeea81a14e876066939033596ba57d424 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 24 Aug 2025 10:36:25 +0200 Subject: Handle new project-buffer category https://github.com/emacs-mirror/emacs/commit/bb0ede711eb630e3cc4b02316bf76079ce760de6 https://github.com/minad/marginalia/commit/30e6813c8142ef8cb45e6f9bdd23ead1c80b9b2e --- embark.el | 1 + 1 file changed, 1 insertion(+) diff --git a/embark.el b/embark.el index c01051b..3b2ff0d 100644 --- a/embark.el +++ b/embark.el @@ -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 -- cgit v1.0