branch: externals/embark
commit 1371a1e33e3a3d96557beb28dccf1fa762f6ae22
Merge: 4f3ac585cd 9d8a3dbaee
Author: Omar AntolĂ­n Camarena <omar.anto...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #773 from minad/project-buffer-category
    
    Handle new project-buffer category
---
 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