Remove elfeed

This commit is contained in:
Evie Litherland-Smith 2023-10-16 13:52:00 +01:00
parent 2c16b56372
commit 4a14dcd6d3
2 changed files with 8 additions and 13 deletions

View file

@ -33,11 +33,11 @@
(setq gnus-select-method '(nntp "news.gnus.org")))
;; elfeed RSS sources
(after! elfeed
(setq elfeed-feeds
'("https://systemcrafters.net/rss/news.xml"
"https://www.zotero.org/blog/feed/"))
(add-hook! 'elfeed-search-mode-hook #'elfeed-update))
;; (after! elfeed
;; (setq elfeed-feeds
;; '("https://systemcrafters.net/rss/news.xml"
;; "https://www.zotero.org/blog/feed/"))
;; (add-hook! 'elfeed-search-mode-hook #'elfeed-update))
;; projectile auto-discover projects
(after! projectile
@ -112,11 +112,7 @@
;; Org-mode settings
(after! org
(setq org-agenda-sticky t)
(setq org-agenda-files
'("~/Notes/"
"~/Notes/roam/"
"~/Notes/roam/daily/"
"~/Notes/roam/projects/"))
(setq org-agenda-files '("~/Notes/" "~/Notes/roam/daily/"))
(setq org-agenda-prefix-format
'((agenda . " %i %-12:c%-12t")
(todo . " %i %-24:c")

View file

@ -94,7 +94,7 @@
;; elm ; care for a cup of TEA?
emacs-lisp ; drown in parentheses
;; erlang ; an elegant language for a more civilized age
ess ; emacs speaks statistics
;; ess ; emacs speaks statistics
;; factor
;; faust ; dsp, but you get to keep your soul
(fortran +lsp) ; in FORTRAN, GOD is REAL (unless declared INTEGER)
@ -146,9 +146,8 @@
:app
calendar
;; emms
emms
;; irc ; how neckbeards socialize
rss ; emacs as an RSS reader
:config
(default +bindings +smartparens))