diff options
author | Thanos Apollo <[email protected]> | 2024-04-03 05:06:41 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-03 05:06:41 +0300 |
commit | d16e4ed7619e435d656bc7bf305a51d18ed96457 (patch) | |
tree | a5a2616d15d1ce03015c9ca44e95cc930f81b6cf | |
parent | c0bf0f10c4188244d87c548ea97165f1a56659eb (diff) |
emacs:(elfeed) Update keybindings & feeds
-rw-r--r-- | .emacs.d/init.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d8662a7..a0d32f0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -384,13 +384,16 @@ anna piracy) ("https://rss-bridge.thanosapollo.org/?action=display&bridge=CssSelectorBridge&home_page=https%3A%2F%2Fwww.theguardian.com%2Feurope&url_selector=a.dcr-lv2v9o&url_pattern=&content_selector=div.article-body-commercial-selector&content_cleanup=figure.dcr-173mewl%2C+div.dcr-ut4tvs&title_cleanup=News%2C+sport+and+opinion+from+the+Guardian%27s+Europe+edition+%7C&limit=&format=Atom" news guardian europe) - ("https://planet.emacslife.com/atom.xml" emacs emacslife))) - :bind (("C-c a f" . elfeed) + ("https://planet.emacslife.com/atom.xml" emacs emacslife) + ("https://localmonero.co/static/rss/the-monero-standard/feed.xml" monero) + ("https://devonzuegel.com/feed" devon))) + :bind (("C-x f" . elfeed) :map elfeed-search-mode-map ("v" . 'elfeed-mpv) ("U" . 'elfeed-update)) :hook ((elfeed-search-mode . (lambda () (display-line-numbers-mode 0))))) +;; Python (use-package python-mode :defer t :config |