app/rss: don't hide mode-line in listing window + make =rss less opinionated

This commit is contained in:
Henrik Lissner 2017-04-08 01:31:09 -04:00
parent 3f40e02278
commit c14a61946b
2 changed files with 6 additions and 10 deletions

View file

@ -4,9 +4,7 @@
(defun =rss ()
"Activate (or switch to) `elfeed' in its workspace."
(interactive)
(+workspace-switch +rss-workspace-name t)
(delete-other-windows)
(elfeed))
(call-interactively 'elfeed))
;;;###autoload
(defun +rss|elfeed-wrap ()