view .dir-locals.el @ 28159:54d6f1b5fab2 stable

doc: Simplify print command in Intro chapter of manual. * intro.txi: Remove '-dpdf' from print command as it is unnecessary and confusing for newbies.
author Rik <rik@octave.org>
date Fri, 13 Mar 2020 15:14:49 -0700
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))))