mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
app/rss: don't hide mode-line in listing window + make =rss less opinionated
This commit is contained in:
@ -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 ()
|
||||
|
Reference in New Issue
Block a user