view .dir-locals.el @ 31130:0c637fa9529a

build: Search for python executable with multiple names (bug #62372) * m4/acinclude.m4 (OCTAVE_PROG_PYTHON): Switch to AC_CHECK_PROGS and search for a range of possible names for python executable.
author Rik <rik@octave.org>
date Sat, 09 Jul 2022 09:58:02 -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))))