summary refs log tree commit diff
path: root/.dir-locals.el
AgeCommit message (Collapse)Author
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