tweak(rss): use asterisk around workspace name

This is to make it conform to the convention that all other app
workspaces conform to (plus it was bugging me)
This commit is contained in:
Jeetaditya Chatterjee 2022-01-15 18:16:02 +00:00 committed by Henrik Lissner
parent 3341270781
commit c7753adbb3

View file

@ -8,7 +8,7 @@
(interactive) (interactive)
(if (featurep! :ui workspaces) (if (featurep! :ui workspaces)
(progn (progn
(+workspace-switch "rss" t) (+workspace-switch "*rss*" t)
(doom/switch-to-scratch-buffer) (doom/switch-to-scratch-buffer)
(elfeed) (elfeed)
(+workspace/display)) (+workspace/display))