From f350a28db263ed8d4785c89408a9abc38ba6a17e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 20 Jun 2022 16:11:02 +0200 Subject: [PATCH] revert: fix(rss): fix *rss* workspace doesn't exist Removed by request. Ref: #6422 Revert: f178eb6f5246af8f0a5c9bac6face79ef51d50cd --- modules/app/rss/autoload.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/app/rss/autoload.el b/modules/app/rss/autoload.el index 3e13a70e2..1dd644311 100644 --- a/modules/app/rss/autoload.el +++ b/modules/app/rss/autoload.el @@ -98,13 +98,11 @@ (remove-hook 'kill-buffer-hook #'+rss-cleanup-h :local) (kill-buffer b))) (mapc #'kill-buffer show-buffers)) - (if (and (featurep! :ui workspaces) - (+workspace-exists-p +rss-workspace-name)) + (if (featurep! :ui workspaces) (+workspace/delete +rss-workspace-name) (when (window-configuration-p +rss--wconf) (set-window-configuration +rss--wconf)) - (setq +rss--wconf nil) - (previous-buffer))) + (setq +rss--wconf nil))) ;;