diff options
| author | BardofSprites <[email protected]> | 2025-04-22 18:12:25 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-04-22 18:12:25 -0400 |
| commit | 137515e8f52034a23e61fad6fdb1a4589cdec918 (patch) | |
| tree | d2ad89c73622cafe94cc9f0a79b0a0044dfa8426 /bard-emacs-modules/bard-emacs-web.el | |
| parent | 2475eb870566213cb7dcce46b46f46e34b6d92b3 (diff) | |
forgot to add keybinds
Diffstat (limited to 'bard-emacs-modules/bard-emacs-web.el')
| -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 |
