Skip to content

Commit db01fea

Browse files
committed
feat(workspace): add initial support for burly and bufler
1 parent 2c978be commit db01fea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/me-workspaces.el

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"%s")))
3737
(format name-template name)))))
3838

39+
(use-package burly
40+
:straight t)
41+
42+
(use-package bufler
43+
:straight t)
44+
3945

4046
(provide 'me-workspaces)
4147

0 commit comments

Comments
 (0)