diff options
| -rw-r--r-- | bard-emacs-modules/bard-emacs-web.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-web.el b/bard-emacs-modules/bard-emacs-web.el index 276f42d..db9b70b 100644 --- a/bard-emacs-modules/bard-emacs-web.el +++ b/bard-emacs-modules/bard-emacs-web.el @@ -34,7 +34,8 @@ :bind (:map elfeed-search-mode-map ("C-c C-p" . bard/play-elfeed-video) - ("C-c C-e" . bard/add-video-emms-queue))) + ("C-c C-e" . bard/add-video-emms-queue) + ("C-c C-w" . bard/add-video-watch-later))) (use-package elfeed-org :ensure t |
