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:
parent
3341270781
commit
c7753adbb3
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue