]> git.notmuchmail.org Git - notmuch/commit
emacs: Use makefile-gmake-mode in Makefile*s
authorJonas Bernoulli <jonas@bernoul.li>
Sat, 8 Aug 2020 11:49:49 +0000 (13:49 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 10 Aug 2020 00:14:36 +0000 (21:14 -0300)
commitc4541353765dec837c1c2f912b1bf6661827429c
tree55505550d2b472e2c1d585da5e6a6e4f20670ba0
parent177cd31fbdff93254d576b737b55656d3a6086b5
emacs: Use makefile-gmake-mode in Makefile*s

Use `makefile-gmake-mode' instead of `makefile-mode' because the
former also highlights ifdef et al. while the latter does not.

"./Makefile.global" and one "Makefile.local" failed to specify any
major mode at all but doing so is necessary because Emacs does not
automatically figure out that these are Makefiles (of any flavor).
12 files changed:
Makefile.global
Makefile.local
bindings/Makefile.local
compat/Makefile.local
completion/Makefile.local
doc/Makefile.local
emacs/Makefile.local
lib/Makefile.local
parse-time-string/Makefile.local
performance-test/Makefile.local
test/Makefile.local
util/Makefile.local