summaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Expand)Author
2022-01-05build-aux: Abstract out opening an archive file.•••* build-aux/distcheck.scm (call-with-archive-file): New function. (package-in-archive): Use call-with-archive-file. * .dir-locals.el (scheme-mode): Indent call-with-archive-file correctly. Arun Isaac
2022-01-05dir-locals: Indent call-with-input-pipe correctly.•••* .dir-locals.el (scheme-mode): Indent call-with-input-pipe correctly. Arun Isaac
2022-01-03dir-locals: Allow tabs in Makefiles.•••* .dir-locals.el (makefile-gmake-mode): Set indent-tabs-mode to t. Arun Isaac
2021-12-30dir-locals: Add Emacs directory local variables.•••* .dir-locals.el: New file. Arun Isaac