-
- Downloads
Fix indentation in Makefiles with Emacs 26
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.
Please register or sign in to comment