aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/custom.texi3
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
1557The EditorConfig standard is an alternative to the @file{.dir-locals.el} 1557The @uref{https://editorconfig.org/, EditorConfig standard}
1558is an alternative to the @file{.dir-locals.el}
1558files, which can control only a very small number of variables, but 1559files, which can control only a very small number of variables, but
1559has the advantage of being editor-neutral. Those settings are stored in 1560has the advantage of being editor-neutral. Those settings are stored in
1560files named @file{.editorconfig}. 1561files named @file{.editorconfig}.