mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 04:38:29 +10:00
Cleaning up elfeed section of Doom config.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user