summaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Expand)Author
2023-10-09ccwl: Allow literals as arguments.•••* 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. Arun Isaac
2022-01-10dir-locals: Allows tabs in Makefiles.•••* .dir-locals.el (makefile-gmake-mode): Set indent-tabs-mode to t. Arun Isaac
2021-07-02.dir-locals.el: Indent syntax-lambda** correctly.•••* .dir-locals.el (scheme-mode): Indent syntax-lambda**. Arun Isaac
2021-07-02.dir.locals.el: Remove unused indentation specifiers.•••* .dir-locals.el (scheme-mode): Remove indentation specification for set-input-source, set-output-source and set-step-in. Arun Isaac
2021-05-17Indent workflow macro correctly.•••* .dir-locals.el (scheme-mode): Set scheme-indent-function of workflow to 1. Arun Isaac
2021-04-26Add setter for source field of <output> type.•••* ccwl/ccwl.scm (<output>): Add functional setter set-output-source for source field. * .dir-locals.el (scheme-mode): Specify indentation for set-output-source. Arun Isaac
2021-04-16Add .dir-locals.el for emacs.•••* .dir-locals.el: New file. Arun Isaac