view .dir-locals.el @ 33374:f2314b4a9b1a

allow to change the application name by env variable (bug #65499) * main-gui.cc (main): check for env variable OCTAVE_GUI_SETTINGS and if present, set application name to its contents leading to a different name of the used settings file
author Torsten Lilge <ttl-octave@mailbox.org>
date Thu, 11 Apr 2024 18:24:08 +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))))