Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 5.x
  • asm
  • time-varying-information-set
  • 4.6
  • dynare_minreal
  • dragonfly
  • various_fixes
  • 4.5
  • clang+openmp
  • dynamic-striated
  • occbin
  • exo_steady_state
  • filter_initial_state
  • declare_vars_in_model_block
  • exceptions
  • rmExtraExo
  • julia
  • error_msg_undeclared_model_vars
  • static_aux_vars
  • 5.3
  • 5.2
  • 5.1
  • 5.0
  • 5.0-rc1
  • 4.7-beta3
  • 4.7-beta2
  • 4.7-beta1
  • 4.6.4
  • 4.6.3
  • 4.6.2
  • 4.6.1
  • 4.6.0
  • 4.6.0-rc2
  • 4.6.0-rc1
  • 4.6-beta1
  • 4.5.7
  • 4.5.6
  • 4.5.5
  • 4.5.4
40 results

.dir-locals.el

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.