diff options
| -rw-r--r-- | doc/emacs/custom.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 6c33eb2019e..5dbe21f9134 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -1554,7 +1554,8 @@ as Dired buffers (@pxref{Dired}). | |||
| 1554 | @subsubsection Per-Directory Variables via EditorConfig | 1554 | @subsubsection Per-Directory Variables via EditorConfig |
| 1555 | @cindex EditorConfig support | 1555 | @cindex EditorConfig support |
| 1556 | 1556 | ||
| 1557 | The EditorConfig standard is an alternative to the @file{.dir-locals.el} | 1557 | The @uref{https://editorconfig.org/, EditorConfig standard} |
| 1558 | is an alternative to the @file{.dir-locals.el} | ||
| 1558 | files, which can control only a very small number of variables, but | 1559 | files, which can control only a very small number of variables, but |
| 1559 | has the advantage of being editor-neutral. Those settings are stored in | 1560 | has the advantage of being editor-neutral. Those settings are stored in |
| 1560 | files named @file{.editorconfig}. | 1561 | files named @file{.editorconfig}. |