branch: master
commit 27a1c0acd64bbaefc63391cdc094f0382ab26121
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
.dir-locals.el: Suggest common-lisp-indent-function
Don't want to put it directly because Emacs complains it's risky.
Re #1290
---
.dir-locals.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index e82741b..8b24b64 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -4,4 +4,6 @@
((emacs-lisp-mode
(indent-tabs-mode . nil)
(outline-regexp . ";;\\([;*]+ [^\s\t\n]\\|###autoload\\)\\|(")
- (sentence-end-double-space . t)))
+ (sentence-end-double-space . t)
+ ;; (lisp-indent-function . common-lisp-indent-function)
+ ))