revert: fix(rss): fix *rss* workspace doesn't exist
Removed by request.
Ref: #6422
Revert: f178eb6f52
This commit is contained in:
parent
d1472c191e
commit
f350a28db2
1 changed files with 2 additions and 4 deletions
|
@ -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)))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue