diff options
author | Thanos Apollo <[email protected]> | 2023-04-30 11:59:59 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-30 11:59:59 +0300 |
commit | a711b31efb29785ff3620f491dc74e7f204a1a1d (patch) | |
tree | 3c32be83274250fa2d9bfc3bea5bc5c2e072d61c /.emacs.d | |
parent | b87a798a9bc3349a2045d97bbf123773148580ab (diff) |
emacs: Style and organise elfeed section subheadings
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ecfba6e..4ccef61 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -645,10 +645,8 @@ Contains the list of packages that need to be installed.") NYT med news) ("https://rss.nytimes.com/services/xml/rss/nyt/World.xml" NYT world news) - ("https://rss.nytimes.com/services/xml/rss/nyt/US.xml" - NYT us news) - ("https://www.addtoany.com/add_to/feed?linkurl=http%3A%2F%2Fwww.thelancet.com%2Frssfeed%2Flancet_current.xml&type=feed&linkname=The%20Lancet%20Current%20Issue&linknote=" - lancet med) + ("https://thanosapollo.com/posts/index.xml" + thanos) ("http://nullprogram.com/feed/" emacs linux) ("https://drewdevault.com/blog/index.xml" @@ -692,7 +690,6 @@ Contains the list of packages that need to be installed.") (define-key elfeed-search-mode-map (kbd "v") 'elfeed-view-mpv) (define-key elfeed-search-mode-map (kbd "U") 'elfeed-update) - (setq elfeed-goodies/entry-pane-size 0.65) (elfeed-goodies/setup) |