Skip to content

Commit

Permalink
fix(elfeed): correct key for +elfeed-download-image
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkBuffalo authored and abougouffa committed May 18, 2023
1 parent 272bb17 commit 4b69a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-rss.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(+nmap! :keymaps 'elfeed-search-mode-map
"d" #'+elfeed-youtube-dl)
(+nmap! :keymaps 'elfeed-show-mode-map
"d" #'+elfeed-download-image)
"D" #'+elfeed-download-image)
(defcustom +elfeed-videos-dir "~/Videos/elfeed/"
"Directory of downloaded videos."
:group 'minemacs-elfeed)
Expand Down

0 comments on commit 4b69a74

Please sign in to comment.