From a4823651a147dd37fca9b2834bbc1d5beaf5894a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 29 Apr 2023 17:29:53 +0200 Subject: [PATCH] Use Common Lisp indentation by default It's not perfect, but I think it's still closer to what I like. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 6c37ea6..77c1ee1 100644 --- a/init.el +++ b/init.el @@ -2798,7 +2798,7 @@ With given ARG, display files in `db/important-document-path’." ;; General Stuff first (use-package lisp-mode - :init (setq lisp-indent-function #'lisp-indent-function)) + :init (setq lisp-indent-function #'common-lisp-indent-function)) (use-package lispy :ensure t