aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Collapse)Author
5 daysmonads: Implement the state monad.Arun Isaac
* ravanan/work/monads.scm (<mstate>): New record type. (state-bind, current-state, set-current-state, run-with-state): New public functions. (state-return, state-let*, state-begin): New public macros. * ravanan/command-line-tool.scm: Be selective to avoid importing run-with-state from (guix monads). * .dir-locals.el (scheme-mode): Indent state-let* correctly.
2024-12-06dir-locals: Indent call-with-inferior correctly.Arun Isaac
* .dir-locals.el (scheme-mode): Indent call-with-inferior correctly.
2024-09-10dir-locals: Do not indent call-with-temporary-directory specially.Arun Isaac
* .dir-locals.el (scheme-mode): Do not set scheme-indent-function on call-with-temporary-directory.
2024-09-10dir-locals: Set fill-column to 80 only in scheme-mode.Arun Isaac
For other major modes, especially in magit commit message buffers, we want the default fill-column of 70. * .dir-locals.el (nil)[fill-column]: Move to scheme-mode.
2024-08-20Initial commitArun Isaac