Emacs : elfeed add

This commit is contained in:
2023-01-15 18:56:02 +09:00
parent 31aa326bd1
commit 4d0d01f2a1
2 changed files with 23 additions and 2 deletions

20
.config/emacs/elfeed.org Executable file
View File

@ -0,0 +1,20 @@
#+title: Rss
* root :elfeed:
** News :news:
*** [[https://www.phoronix.com/rss.php][phoronix]] :phoronix:
*** [[https://www.computerworld.com/index.rss][Computer world]] :computerworld:
*** [[https://coolenjoy.net/rss?bo_table=38][Coolenjoy]] :coolenjoy:
*** [[https://gigglehd.com/gg/ggnews/rss][GiggleHardware]] :gigglehd:
** Paper :study:
*** [[https://arxiv.org/rss/cs][Computer Science]] :computerscience:
*** [[https://arxiv.org/rss/eess][Electrical Engineering and System Science]] :eess:
** Linux :linux:
*** [[https://www.reddit.com/r/linux.rss][Reddit Linux]]
*** [[https://www.gamingonlinux.com/article_rss.php][Gaming on linux]] :gaming:
*** [[https://hackaday.com/blog/feed/][Hackaday]] :hackaday:
*** [[http://lxer.com/module/newswire/headlines.rss][Lxer]]
** Programming :programming:
*** [[https://this-week-in-rust.org/rss.xml][This Week in Rust]] :rust:
*** [[https://opensource.com/feed][Opensource]] :opensource:
** Emacs :emacs:
*** [[https://www.reddit.com/r/emacs.rss][Reddit Emacs]] :reddit:

View File

@ -404,7 +404,8 @@ emacs built-in package config
(setq dashboard-items '((recents . 10)
(agenda . 5)
(bookmarks . 5)
;;(projects . 5)
;;(if (version< emacs-version "29")
;; (projects . 5))
(registers . 5)))
(setq dashboard-set-navigator t)
@ -1375,7 +1376,7 @@ calendar
(require 'elfeed-org)
(elfeed-org)
(setq rmh-elfeed-org-files (list "~/org/elfeed.org"))
(setq rmh-elfeed-org-files (list (expand-file-name "elfeed.org" user-emacs-directory)))
#+end_src
**** Provide Modules
#+begin_src emacs-lisp :mkdirp yes :tangle ~/.config/emacs/modules/custom-extra.el