branch: externals/embark
commit 9d8a3dbaeea81a14e876066939033596ba57d424
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    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 c01051b2b5..3b2ff0d9a9 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

Reply via email to