Skip to content
Snippets Groups Projects
Forked from Dynare / dynare
Source project has a limited visibility.
  • Sébastien Villemot's avatar
    26f0fb11
    Fix indentation in Makefiles with Emacs 26 · 26f0fb11
    Sébastien Villemot authored
    It looks like in Emacs 26, the semantics of .dir-locals.el has changed:
    overriding the default value of indent-tabs-mode in makefile-mode no longer
    work. Therefore we no longer set a default value and rather set the variable on
    a per-mode basis.
    
    By the way, remove the setting for fill-column.
    Verified
    26f0fb11
    History
    Fix indentation in Makefiles with Emacs 26
    Sébastien Villemot authored
    It looks like in Emacs 26, the semantics of .dir-locals.el has changed:
    overriding the default value of indent-tabs-mode in makefile-mode no longer
    work. Therefore we no longer set a default value and rather set the variable on
    a per-mode basis.
    
    By the way, remove the setting for fill-column.