aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Collapse)Author
2023-11-23dir-locals: Indent test-condition correctly.Arun Isaac
* .dir-locals.el (scheme-mode): Indent test-condition.
2023-10-09ccwl: Allow literals as arguments.Arun Isaac
* ccwl/ccwl.scm (<input>)[set-input-default]: New setter. * ccwl/ccwl.scm (<command>)[set-command-inputs]: Add setter. * ccwl/ccwl.scm (apply-partially): New function. (collect-steps): Support literal strings as arguments. * tests/ccwl.scm ("allow literal strings as arguments"): New test. * .dir-locals.el (scheme-mode): Indent set-command-inputs and set-input-default.
2022-01-10dir-locals: Allows tabs in Makefiles.Arun Isaac
* .dir-locals.el (makefile-gmake-mode): Set indent-tabs-mode to t.
2021-07-02.dir-locals.el: Indent syntax-lambda** correctly.Arun Isaac
* .dir-locals.el (scheme-mode): Indent syntax-lambda**.
2021-07-02.dir.locals.el: Remove unused indentation specifiers.Arun Isaac
* .dir-locals.el (scheme-mode): Remove indentation specification for set-input-source, set-output-source and set-step-in.
2021-05-17Indent workflow macro correctly.Arun Isaac
* .dir-locals.el (scheme-mode): Set scheme-indent-function of workflow to 1.
2021-04-26Add setter for source field of <output> type.Arun Isaac
* ccwl/ccwl.scm (<output>): Add functional setter set-output-source for source field. * .dir-locals.el (scheme-mode): Specify indentation for set-output-source.
2021-04-16Add .dir-locals.el for emacs.Arun Isaac
* .dir-locals.el: New file.