mirror of
https://github.com/stumpwm/stumpwm.git
synced 2026-09-10 07:26:20 -04:00
Allow insertion of TAB character when editing Makefiles
Fixed `.dir-locals.el` to allow insertion of TAB character when editing makefiles.
This commit is contained in:
parent
565ef58f04
commit
efff9ccca0
|
|
@ -1 +1,2 @@
|
|||
((nil . ((indent-tabs-mode . nil))))
|
||||
((nil . ((indent-tabs-mode . nil)))
|
||||
(makefile-mode . ((indent-tabs-mode . t))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue