[package] remove rss
This commit is contained in:
parent
b6632ce378
commit
8924ee2747
2 changed files with 1 additions and 23 deletions
22
config.org
22
config.org
|
@ -389,11 +389,6 @@
|
||||||
'my-parrot-emacs-play
|
'my-parrot-emacs-play
|
||||||
'(after-save-hook
|
'(after-save-hook
|
||||||
find-file-hook))
|
find-file-hook))
|
||||||
|
|
||||||
(my-add-to-multiple-hooks
|
|
||||||
'my-parrot-rotating-play
|
|
||||||
'(elfeed-search-mode-hook
|
|
||||||
mu4e-main-mode-hook))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** 其它文件
|
** 其它文件
|
||||||
|
@ -592,23 +587,6 @@
|
||||||
t)
|
t)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Rss
|
|
||||||
设置打开 =elfeed= 时同时刷新源,
|
|
||||||
所需源用专门的 =rss.org= 进行管理,
|
|
||||||
对于一些访问不佳的源还得设置 =curl= 参数进行代理。
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(add-hook! 'elfeed-search-mode-hook 'elfeed-update)
|
|
||||||
|
|
||||||
(after! elfeed
|
|
||||||
(setq elfeed-search-filter "@6-month-ago +unread")
|
|
||||||
(setq rmh-elfeed-org-files '("~/Sync/org/rss.org"))
|
|
||||||
(setq elfeed-curl-extra-arguments '("-H Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.7113.93 Safari/537.36"
|
|
||||||
"--proxy" "socks5://127.0.0.1:10808"
|
|
||||||
"--retry" "2"
|
|
||||||
"--insecure")))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
* Clojure
|
* Clojure
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package! flycheck-clj-kondo
|
(use-package! flycheck-clj-kondo
|
||||||
|
|
2
init.el
2
init.el
|
@ -201,7 +201,7 @@
|
||||||
emms
|
emms
|
||||||
everywhere ; *leave* Emacs!? You must be joking
|
everywhere ; *leave* Emacs!? You must be joking
|
||||||
;;irc ; how neckbeards socialize
|
;;irc ; how neckbeards socialize
|
||||||
(rss +org) ; emacs as an RSS reader
|
;; (rss +org) ; emacs as an RSS reader
|
||||||
;;twitter ; twitter client https://twitter.com/vnought
|
;;twitter ; twitter client https://twitter.com/vnought
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue