mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix featurep! check in app/rss
Reported by @sarg
This commit is contained in:
@ -47,7 +47,7 @@ absolute paths.")
|
||||
(define-key! elfeed-show-mode-map
|
||||
[remap next-buffer] #'+rss/next
|
||||
[remap previous-buffer] #'+rss/previous))
|
||||
(when (featurep 'evil +everywhere)
|
||||
(when (featurep! :feature evil +everywhere)
|
||||
(evil-define-key 'normal elfeed-search-mode-map
|
||||
"q" #'+rss/quit
|
||||
"r" #'elfeed-update
|
||||
|
Reference in New Issue
Block a user