aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-09-01 23:30:40 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-09-01 23:30:40 +0100
commitcf9c2b407a395042a76eaf1a6e88f14d79010781 (patch)
tree8f651c6645e42e1f81ed9e90e2ef576d9668a4f5 /Emacs/.config/emacs
parent9b8d89b83c757f4fb34d586c594e9b6fbf62eadf (diff)
downloaddotfiles-cf9c2b407a395042a76eaf1a6e88f14d79010781.tar.gz
dotfiles-cf9c2b407a395042a76eaf1a6e88f14d79010781.tar.bz2
dotfiles-cf9c2b407a395042a76eaf1a6e88f14d79010781.zip
~indented elfeed-feeds init
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r--Emacs/.config/emacs/config.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index eb82fb5..f8e99cb 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -1216,11 +1216,12 @@ to elfeed for loading the system.
("BBC Tech News"
"http://morss.aryadevchavali.com/feeds.bbci.co.uk/news/technology/rss.xml"
News)))
- (setq elfeed-db-directory (concat user-emacs-directory "elfeed"))
:config
(with-eval-after-load "evil-collection"
(evil-collection-elfeed-setup))
- (setq elfeed-feeds (cl-map 'list #'(lambda (item) (append (list (nth 1 item)) (cdr (cdr item)))) +rss/feed-urls)))
+ (setq elfeed-feeds (cl-map 'list #'(lambda (item)
+ (append (list (nth 1 item)) (cdr (cdr item))))
+ +rss/feed-urls)))
#+end_src
* Major modes, programming and text
Setups for common major modes and languages.