From c7753adbb301dcb647dc96d182c28b228551890e Mon Sep 17 00:00:00 2001 From: Jeetaditya Chatterjee Date: Sat, 15 Jan 2022 18:16:02 +0000 Subject: [PATCH] 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) --- modules/app/rss/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/app/rss/autoload.el b/modules/app/rss/autoload.el index a53ceaef4..3d6b05595 100644 --- a/modules/app/rss/autoload.el +++ b/modules/app/rss/autoload.el @@ -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))