Skip to content
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

elfeed-dashboard-file uses relative path and works differently based on current working directory #16

Open
ParetoOptimalDev opened this issue Apr 26, 2023 · 0 comments

Comments

@ParetoOptimalDev
Copy link

Instead maybe it would be good to put it in a constant location? Or perhaps not. I just realized I thought other packages do this because no-littering configures a ton of packages to use it's directory.

For my use case I ended up doing:

(setq elfeed-dashboard-file (expand-file-name (concat no-littering-var-directory "elfeed-dashboard.org")))

However maybe things are fine as is? It was just very confusing when I first started using the package to get an empty dashboard file sometimes. At the least maybe something should be added to the readme if it isn't already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant