fix(rss): unbalanced parens in map!

Amend: 85b16f2f48
This commit is contained in:
Daniel Levy Moreno 2022-01-30 16:19:11 -08:00 committed by GitHub
parent 85b16f2f48
commit 6a038068d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ easier to scroll through.")
"q" #'elfeed-kill-buffer
"r" #'elfeed-search-update--force
(kbd "M-RET") #'elfeed-search-browse-url)
(map! (:map elfeed-show-mode-map)
(map! :map elfeed-show-mode-map
:n "gc" nil
:n "gc" #'+rss/copy-link)))