From: Stefan Monnier Date: Fri, 21 Jun 2024 14:37:55 +0000 (-0400) Subject: * doc/emacs/custom.texi (EditorConfig support): Add URL X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~958 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5bc76dbc9d19b8a9f7d6fcfafb197fe398c022bd;p=emacs.git * doc/emacs/custom.texi (EditorConfig support): Add URL --- 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}). @subsubsection Per-Directory Variables via EditorConfig @cindex EditorConfig support -The EditorConfig standard is an alternative to the @file{.dir-locals.el} +The @uref{https://editorconfig.org/, EditorConfig standard} +is an alternative to the @file{.dir-locals.el} files, which can control only a very small number of variables, but has the advantage of being editor-neutral. Those settings are stored in files named @file{.editorconfig}.