Skip to content

Commit

Permalink
Revert ".dir-locals: Review fill-column."
Browse files Browse the repository at this point in the history
This reverts commit c148dc8.

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.
  • Loading branch information
aadcg committed Jul 24, 2024
1 parent 5978a5e commit 8cef6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8cef6df

Please sign in to comment.