diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-02 07:17:34 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-05 02:59:45 +0100 |
commit | 65aa56eee6bc5423569a605b08b66bdf8383e7c8 (patch) | |
tree | c14edba0405f0980155d1c57a49e560562bb71c3 /Doom/.doom.d/modules/private/rss/README.org | |
parent | 1b3c266d7711dfa1fe04800fd558a2bf84d09819 (diff) | |
download | dotfiles-65aa56eee6bc5423569a605b08b66bdf8383e7c8.tar.gz dotfiles-65aa56eee6bc5423569a605b08b66bdf8383e7c8.tar.bz2 dotfiles-65aa56eee6bc5423569a605b08b66bdf8383e7c8.zip |
+custom rss module
When using the inbuilt RSS module, this becomes my personal config for
that module.
However, when not using that and instead using the newsticker inbuilt
for Emacs, I've got a config for that as well.
Diffstat (limited to 'Doom/.doom.d/modules/private/rss/README.org')
-rw-r--r-- | Doom/.doom.d/modules/private/rss/README.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Doom/.doom.d/modules/private/rss/README.org b/Doom/.doom.d/modules/private/rss/README.org new file mode 100644 index 0000000..3a025d4 --- /dev/null +++ b/Doom/.doom.d/modules/private/rss/README.org @@ -0,0 +1,13 @@ +#+TITLE: private/rss +#+DATE: May 2, 2020 + +* Description +This module allows the manipulation and usage of the /newsticker/ system. This is a nice RSS reader inbuilt to Emacs. + +Use =+rss/set-feed-urls= to set the urls for use in newsticker. Bind +=+rss/open-newsticker= =+rss/close-newsticker= to appropriate bindings. +* Prerequisites +None +* Requirements +- cl-lib +- newsticker |