You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A look into elfeed-dashboard.el shows me that there is some black magic happening in the function elfeed-dashboard-parse-keymap. Apparently it reads the keybindings defined locally in the .org file and then applies them? So my re-binding approach likely won't work.
How do I get the key-binds to work in Doom Emacs?
The text was updated successfully, but these errors were encountered:
This works, but when I exit the *elfeedsearch* buffer (q) I get the error rss workspace doesn't exist and it puts me in the emacs dashboard, whereas I expect to be returned to the elfeed dashboard.
This works, but when I exit the elfeedsearch buffer (q) I get the error rss workspace doesn't exist and it puts me in the emacs dashboard, whereas I expect to be returned to the elfeed dashboard.
This happens as some doom-specific autoloads (+rss/delete-pane) expect the rss workspace to exist, which is created when you invoke elfeed with =rss (which calls (elfeed) internally).
Also, any progress in getting the keybinds to work?
I am using the "default"
elfeed-dashboard.org
file.It comes with some keybindings declared in the org-file.
None of these work for me.
But when I enable the evil-emacs-state (
C-z
), it magically works again.I tried to re-bind the keys
but don't know how to add the query parameters.
A look into
elfeed-dashboard.el
shows me that there is some black magic happening in the functionelfeed-dashboard-parse-keymap
. Apparently it reads the keybindings defined locally in the .org file and then applies them? So my re-binding approach likely won't work.How do I get the key-binds to work in Doom Emacs?
The text was updated successfully, but these errors were encountered: