aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Collapse)Author
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