Skip to content

Commit c8bb2a8

Browse files
committed
Add prefix to workspace names in the groups
1 parent 4a7e0c6 commit c8bb2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bufler.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ NAME, okay, `checkdoc'?"
10711071

10721072
(bufler-defauto-group workspace
10731073
(when-let* ((names (buffer-local-value 'bufler-workspace-names buffer)))
1074-
names))
1074+
(mapcar (lambda (name) (concat "Workspace: " name)) names)))
10751075

10761076

10771077
;;;;;; Group-defining macro

0 commit comments

Comments
 (0)