diff --git a/README.org b/README.org index b9366db0..d4b71427 100644 --- a/README.org +++ b/README.org @@ -624,6 +624,7 @@ This evil-collection package includes a lot of other evil based things. "wL" '(evil-window-move-far-right :which-key "right window") ";" '(execute-extended-command :which-key "execute command") "d" '(execute-extended-command :which-key "execute command") + "&" '(async-shell-command :which-key "async shell command") ":" '(eval-expression :which-key "evaluate expression")) (chris/leader-keys :states 'normal @@ -4289,7 +4290,8 @@ q quit-window link enclosure))) (title (elfeed-entry-title entry))) - (empv-play-or-enqueue url))) + (empv-play-or-enqueue url) + (elfeed-search-untag-all-unread))) (defun chris/elfeed-bongo-insert-item () "Insert `elfeed' multimedia links in `bongo' playlist buffer. diff --git a/init.el b/init.el index 3bf15980..a58bb45e 100644 --- a/init.el +++ b/init.el @@ -344,6 +344,7 @@ "wL" '(evil-window-move-far-right :which-key "right window") ";" '(execute-extended-command :which-key "execute command") "d" '(execute-extended-command :which-key "execute command") + "&" '(async-shell-command :which-key "async shell command") ":" '(eval-expression :which-key "evaluate expression")) (chris/leader-keys :states 'normal @@ -3099,7 +3100,8 @@ targets." link enclosure))) (title (elfeed-entry-title entry))) - (empv-play-or-enqueue url))) + (empv-play-or-enqueue url) + (elfeed-search-untag-all-unread))) (defun chris/elfeed-bongo-insert-item () "Insert `elfeed' multimedia links in `bongo' playlist buffer.