mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
Emacs : elfeed add
This commit is contained in:
20
.config/emacs/elfeed.org
Executable file
20
.config/emacs/elfeed.org
Executable 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:
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user