Skip to content

Commit

Permalink
Add prefix to workspace names in the groups
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo committed Mar 29, 2021
1 parent 4a7e0c6 commit c8bb2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bufler.el
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ NAME, okay, `checkdoc'?"

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


;;;;;; Group-defining macro
Expand Down

0 comments on commit c8bb2a8

Please sign in to comment.