view .dir-locals.el @ 29189:0fc400f15e35 stable

avoid gui when octave is launched in non-interactive mode (bug #59628) * main.in.cc (main): ignore gui option if eval-option or a script file is given unless the persist-option is given at the same time; for this, add the gui option to the final call at the end when all other options are examined
author Torsten Lilge <ttl-octave@mailbox.org>
date Thu, 17 Dec 2020 07:23:49 +0100
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))))