mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
committed by
Henrik Lissner
parent
3341270781
commit
c7753adbb3
@ -8,7 +8,7 @@
|
||||
(interactive)
|
||||
(if (featurep! :ui workspaces)
|
||||
(progn
|
||||
(+workspace-switch "rss" t)
|
||||
(+workspace-switch "*rss*" t)
|
||||
(doom/switch-to-scratch-buffer)
|
||||
(elfeed)
|
||||
(+workspace/display))
|
||||
|
Reference in New Issue
Block a user