view .dir-locals.el @ 26681:df203b20cfc6

eliminate eval in Emacs .dir-locals file With Emacs 26, setting c++ mode inside the .dir-locals file can cause trouble for some .h files.
author John W. Eaton <jwe@octave.org>
date Wed, 06 Feb 2019 17:34:16 +0000
parents 9ff04de067ce
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))))