diff options
| author | 813gan <29867887+813gan@users.noreply.github.com> | 2022-10-30 16:10:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-30 17:10:19 +0200 |
| commit | 20e4444dea4baeba332c39ab3c401d9209c62e43 (patch) | |
| tree | 64e2beda310cd2a0e52d4dd0364ed8d253b6c376 /doc | |
| parent | 95134e1ba2f9f1b7a21ccc2c565ffc39cbfcd2f6 (diff) | |
Add helpers for dir-local-variables for 3rd party use (#1737)
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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/projects.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc index 1d71517..2db20e7 100644 --- a/doc/modules/ROOT/pages/projects.adoc +++ b/doc/modules/ROOT/pages/projects.adoc @@ -701,7 +701,8 @@ function. It could also be used to e.g. add such a function to a key map. TIP: You can also quickly visit or create the `dir-locals-file` with -kbd:[s-p E] (kbd:[M-x] `projectile-edit-dir-locals` kbd:[RET]). +kbd:[s-p E] (kbd:[M-x] `projectile-edit-dir-locals` kbd:[RET]). 3rd party packages may use functions `projectile-add-dir-local-variable` +and `projectile-delete-dir-local-variable` to store their settings. Here are a few examples of how to use this feature with Projectile. |
