From: Stefan Kangas Date: Sat, 2 Nov 2019 03:24:44 +0000 (+0100) Subject: * .dir-locals.el: Add explanatory header. X-Git-Tag: emacs-27.0.90~771 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cde03484b1622ba9e5acc54f49c96b18bb79d98;p=emacs.git * .dir-locals.el: Add explanatory header. --- diff --git a/.dir-locals.el b/.dir-locals.el index 35dc154375a..27d50c60699 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,6 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + ((nil . ((tab-width . 8) (sentence-end-double-space . t) (fill-column . 70)