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)
|
(remove-hook 'kill-buffer-hook #'+rss-cleanup-h :local)
|
||||||
(kill-buffer b)))
|
(kill-buffer b)))
|
||||||
(mapc #'kill-buffer show-buffers))
|
(mapc #'kill-buffer show-buffers))
|
||||||
(if (and (featurep! :ui workspaces)
|
(if (featurep! :ui workspaces)
|
||||||
(+workspace-exists-p +rss-workspace-name))
|
|
||||||
(+workspace/delete +rss-workspace-name)
|
(+workspace/delete +rss-workspace-name)
|
||||||
(when (window-configuration-p +rss--wconf)
|
(when (window-configuration-p +rss--wconf)
|
||||||
(set-window-configuration +rss--wconf))
|
(set-window-configuration +rss--wconf))
|
||||||
(setq +rss--wconf nil)
|
(setq +rss--wconf nil)))
|
||||||
(previous-buffer)))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue