view .dir-locals.el @ 28506:6bd9d77c7105 stable

Document that startup files are interpreted in the locale charset (bug #57235). * doc/interpreter/basics.txi (Startup Files): Document that startup files are interpreted in the locale charset initially.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 27 Jun 2020 11:59:42 +0200
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))