From 1cf33beaf620009067c155e2beceb655aba8b37d Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:19:18 -0400 Subject: comment keybinds --- bard-emacs-modules/bard-emacs-web.el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'bard-emacs-modules') diff --git a/bard-emacs-modules/bard-emacs-web.el b/bard-emacs-modules/bard-emacs-web.el index db9b70b..18b6057 100644 --- a/bard-emacs-modules/bard-emacs-web.el +++ b/bard-emacs-modules/bard-emacs-web.el @@ -33,17 +33,22 @@ :bind (:map elfeed-search-mode-map + ;; C-p for play now ("C-c C-p" . bard/play-elfeed-video) + ;; C-e for EMMS ("C-c C-e" . bard/add-video-emms-queue) - ("C-c C-w" . bard/add-video-watch-later))) + ;; C-w for watch later + ("C-c C-w" . bard/add-video-watch-later) + ;; F is for fetch + ("F" . elfeed-update))) (use-package elfeed-org :ensure t :init (elfeed-org) :config - (setq rmh-elfeed-org-files (list "~/.emacs.d/feeds.org" - "~/.emacs.d/youtube.org"))) + (setq rmh-elfeed-org-files (list "~/Notes/denote/feeds.org" + "~/Notes/denote/youtube.org"))) ;; (use-package elfeed-goodies ;; :ensure t -- cgit v1.2.3