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

Aspell configuration file per project #24

Open
tueda opened this issue Mar 24, 2021 · 1 comment
Open

Aspell configuration file per project #24

tueda opened this issue Mar 24, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@tueda
Copy link
Owner

tueda commented Mar 24, 2021

According to the GNU Aspell (0.60.9-git) manual, Aspell loads a global configuration file and also a configuration file per user, but not a configuration file per project (it doesn't read any configuration files in the current working directory unless explicitly specified). Give an option --conf <file> to Aspell when .aspell.conf or aspell.conf is found in the current directory.

@tueda tueda added the enhancement New feature or request label Mar 24, 2021
@tueda
Copy link
Owner Author

tueda commented Mar 24, 2021

A workaround found:

export ASPELL_CONF = conf $(abspath .aspell.conf)

or

ASPELL_OPT += --conf $(abspath .aspell.conf)

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

No branches or pull requests

1 participant