aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-04-22 18:12:25 -0400
committerBardofSprites <[email protected]>2025-04-22 18:12:25 -0400
commit137515e8f52034a23e61fad6fdb1a4589cdec918 (patch)
treed2ad89c73622cafe94cc9f0a79b0a0044dfa8426
parent2475eb870566213cb7dcce46b46f46e34b6d92b3 (diff)
forgot to add keybinds
-rw-r--r--bard-emacs-modules/bard-emacs-web.el3
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