mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
revert: fix(rss): fix *rss* workspace doesn't exist
Removed by request.
Ref: #6422
Revert: f178eb6f52
This commit is contained in:
@ -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)))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user