branch: main
commit d5becb862fae5440e10d7f506a87540b1f92ae35
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
* .dir-locals.el: Set `lisp-body-indent' to 2. (Bug#80350)
---
.dir-locals.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/.dir-locals.el b/.dir-locals.el
index aa4f0335..19a1d52b 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -5,6 +5,7 @@
(sentence-end-double-space . t)
(fill-column . 72)
(emacs-lisp-docstring-fill-column . 72)
+ (lisp-body-indent . 2)
(bug-reference-url-format . "https://debbugs.gnu.org/%s")
(diff-add-log-use-relative-names . t)
(vc-prepare-patches-separately . nil)))