diff options
| author | BardofSprites <[email protected]> | 2025-07-15 18:19:18 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-15 18:19:18 -0400 |
| commit | 1cf33beaf620009067c155e2beceb655aba8b37d (patch) | |
| tree | fa8a698f462f17a55ced11ce13d56108f45d4e4d /bard-emacs-modules/bard-emacs-web.el | |
| parent | 8b6264d266a6e77773c769697e965377eb0ff5ac (diff) | |
comment keybinds
Diffstat (limited to 'bard-emacs-modules/bard-emacs-web.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-web.el | 11 |
1 files changed, 8 insertions, 3 deletions
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 |
