Use Common Lisp indentation by default

It's not perfect, but I think it's still closer to what I like.
This commit is contained in:
dbo 2023-04-29 17:29:53 +02:00
parent a44b7b660e
commit a4823651a1
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -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