Cleaning up elfeed section of Doom config.

This commit is contained in:
Derek Taylor 2023-01-02 09:35:46 -06:00
parent 4640c937bf
commit 8cfa87a3e5
2 changed files with 6 additions and 4 deletions

View File

@ -203,6 +203,8 @@ List of keybindings (SPC h b b)")
(kbd "RET") 'ednc-invoke-action
(kbd "e") 'ednc-toggle-expanded-view)
(setq elfeed-goodies/entry-pane-size 0.5)
(evil-define-key 'normal elfeed-show-mode-map
(kbd "J") 'elfeed-goodies/split-show-next
(kbd "K") 'elfeed-goodies/split-show-prev)
@ -226,8 +228,7 @@ List of keybindings (SPC h b b)")
("https://www.networkworld.com/category/linux/index.rss" networkworld linux)
("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linux)
("https://betanews.com/feed" betanews linux)
("http://lxer.com/module/newswire/headlines.rss" lxer linux)
("https://distrowatch.com/news/dwd.xml" distrowatch linux))))
("http://lxer.com/module/newswire/headlines.rss" lxer linux))))
(emms-all)
(emms-default-players)

View File

@ -446,6 +446,8 @@ The Emacs Desktop Notification Center (EDNC) is an Emacs package written in pure
An RSS newsfeed reader for Emacs.
#+BEGIN_SRC emacs-lisp
(setq elfeed-goodies/entry-pane-size 0.5)
(evil-define-key 'normal elfeed-show-mode-map
(kbd "J") 'elfeed-goodies/split-show-next
(kbd "K") 'elfeed-goodies/split-show-prev)
@ -469,8 +471,7 @@ An RSS newsfeed reader for Emacs.
("https://www.networkworld.com/category/linux/index.rss" networkworld linux)
("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linux)
("https://betanews.com/feed" betanews linux)
("http://lxer.com/module/newswire/headlines.rss" lxer linux)
("https://distrowatch.com/news/dwd.xml" distrowatch linux))))
("http://lxer.com/module/newswire/headlines.rss" lxer linux))))
#+END_SRC
* EMMS