projectile
projectile copied to clipboard
Add helpers for dir-local-variables for 3rd party use
Functions projectile-add-dir-local-variable and projectile-delete-dir-local-variable
wraps their built-in counterparts. They always use .dir-locals.el from root of projectile project.
Before submitting a PR make sure the following things have been done (and denote this by checking the relevant checkboxes):
- [x] The commits are consistent with our contribution guidelines
- [x] You've added tests (if possible) to cover your change(s)
- [ ] All tests are passing (
eldev test) - [x] The new code is not generating bytecode or
M-x checkdocwarnings - [x] You've updated the changelog (if adding/changing user-visible functionality)
- [x] You've updated the readme (if adding/changing user-visible functionality)
Thanks!
@bbatsov Could you approve workflow launch?
@813gan Seems you'll have to rebase first.
@813gan ping :-)
I'll merge this as is, as it looks useful and I'll make some tweaks myself.