From 796d0336b4cca2318ad9275f05366bfd66fbde42 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 16 Jun 2024 15:11:55 +0200 Subject: [PATCH] Reduce PDF real estate --- README.org | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index e86c7f8..c657893 100644 --- a/README.org +++ b/README.org @@ -6055,16 +6055,14 @@ command, and makes a minimal attempt to enable =emms=. (keymap-global-set "C-x w" #'elfeed) (with-eval-after-load 'elfeed - (setopt - elfeed-feeds - '(("https://frame.work/fr/fr/blog.rss" framework) - ("https://nullprogram.com/feed/" c-wellons) - ("https://planet.emacslife.com/atom.xml" planet-emacs) - ("https://protesilaos.com/codelog.xml" p-stavrou) - ("https://sachachua.com/blog/category/emacs/feed" s-chua) - ("https://updates.orgmode.org/feed/updates" org-updates) - ("https://www.lemonde.fr/blog/huet/feed/" sciences)))) - + (setopt elfeed-feeds + '(("https://frame.work/fr/fr/blog.rss" framework) + ("https://nullprogram.com/feed/" c-wellons) + ("https://planet.emacslife.com/atom.xml" planet-emacs) + ("https://protesilaos.com/codelog.xml" p-stavrou) + ("https://sachachua.com/blog/category/emacs/feed" s-chua) + ("https://updates.orgmode.org/feed/updates" org-updates) + ("https://www.lemonde.fr/blog/huet/feed/" sciences)))) (with-eval-after-load 'elfeed-show (when (fboundp 'emms-all) (emms-all))))