summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2024-07-24 18:00:35 +0300
committerAndre A. Gomes <andremegafone@gmail.com>2024-07-24 18:00:35 +0300
commit8cef6df8d298d6157645606acc5202a0e3ecb6cc (patch)
tree5c70c6abc0825e8fc6f3307fc808f4325772ccf5 /.dir-locals.el
parent5978a5e8b4d1b1558d410d6255a43b243f411af2 (diff)
Revert ".dir-locals: Review fill-column."
This reverts commit c148dc890902bf9557f06f778d43403b01250a93. On seconds thoughts, it's a terrible idea since it changes the fill-column globally for the project. Thus it spills over to magit and prevents formatting commit messages properly.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index c88a036f1..8a00736f6 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,4 +1,4 @@
-((nil . ((fill-column . 100)
+((nil . ((fill-column . 80)
(project-vc-ignores . ("./_build"))))
(org-mode . ((org-edit-src-content-indentation 0)))
(lisp-mode