-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: use split pane stand-alone #32
Comments
Hi! I would not mind a PR for this, I am currently trying to update and modularise elfeed-goodies so its easier to extend and remove, its just been a little slow going with life and all that. |
If you do want to do this then do not call (setq elfeed-show-entry-switch #'elfeed-goodies/switch-pane
elfeed-show-entry-delete #'elfeed-goodies/delete-pane
elfeed-show-refresh-function #'elfeed-goodies/show-refresh--plain)
(define-key elfeed-show-mode-map "n" #'elfeed-goodies/split-show-next)
(define-key elfeed-show-mode-map "p" #'elfeed-goodies/split-show-prev) which should in theory be all that is needed to just use that. setup is a set of defaults but you should be able to use as little or as much as you want if you just configure it yourself :) which should only rebind those keys |
Thanks for the hint! 😄 |
It might be handy if powerline would be an optional dependency for such cases. |
the setup function was always a set of opinionated defaults. You can take as much of this package. I think a new issue / PR for this is warranted. |
I'd like to be able to use the split pane feature only, i.e. without the powerline-based header or any other eye candy, please.
The text was updated successfully, but these errors were encountered: