projectile icon indicating copy to clipboard operation
projectile copied to clipboard

Add helpers for dir-local-variables for 3rd party use

Open 813gan opened this issue 4 years ago • 3 comments

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 checkdoc warnings
  • [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!

813gan avatar Dec 29 '21 22:12 813gan

@bbatsov Could you approve workflow launch?

813gan avatar Dec 30 '21 23:12 813gan

@813gan Seems you'll have to rebase first.

bbatsov avatar Feb 08 '22 12:02 bbatsov

@813gan ping :-)

bbatsov avatar Mar 25 '22 05:03 bbatsov

I'll merge this as is, as it looks useful and I'll make some tweaks myself.

bbatsov avatar Oct 30 '22 16:10 bbatsov