diff options
author | Thanos Apollo <[email protected]> | 2023-12-09 10:51:44 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-09 10:56:59 +0200 |
commit | a5fef6324be38541e28bbf154f321cfa9087d1b1 (patch) | |
tree | 4b8d5fc594497bc36ae8b287de89343dc0d9534b /.emacs.d/modules/thanos-elfeed.el | |
parent | f74354ae3d2912686b87d20426d8155865939306 (diff) |
emacs: Rewrite thanos/applications-map
- Use defvar-keymap
- Rewrite it on thanos-commands.el
Diffstat (limited to '.emacs.d/modules/thanos-elfeed.el')
-rw-r--r-- | .emacs.d/modules/thanos-elfeed.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/modules/thanos-elfeed.el b/.emacs.d/modules/thanos-elfeed.el index 377e510..ed5f4e0 100644 --- a/.emacs.d/modules/thanos-elfeed.el +++ b/.emacs.d/modules/thanos-elfeed.el @@ -69,7 +69,9 @@ ("https://www.addtoany.com/add_to/feed?linkurl=http%3A%2F%2Fwww.thelancet.com%2Frssfeed%2Flancet_online.xml&type=feed&linkname=The%20Lancet%20Online%20First&linknote=" lancet medicine) ("https://www.addtoany.com/add_to/feed?linkurl=http%3A%2F%2Fwww.thelancet.com%2Frssfeed%2Flanhae_online.xml&type=feed&linkname=The%20Lancet%20Haematology%20Online%20First&linknote=" - lancet haematology medicine))) + lancet haematology medicine) + ("https://totsipaki.net/ikiwiki/nparafe/%CE%9C%CF%80%CE%BB%CE%BF%CE%B3%CE%BA/index.rss" + nikos fsf))) (defun elfeed-mpv (&optional use-generic-p) "Play video link with mpv." @@ -85,10 +87,8 @@ (setf elfeed-goodies/entry-pane-size 0.55) (elfeed-goodies/setup) -(define-key thanos/applications-map (kbd "f") 'elfeed) (define-key elfeed-search-mode-map (kbd "v") 'elfeed-mpv) (define-key elfeed-search-mode-map (kbd "U") 'elfeed-update) -(define-key thanos/applications-map (kbd "f") 'elfeed) (provide 'thanos-elfeed) ;;; thanos-elfeed.el ends here |