Do not use Common Lisp indentation by default

Somehow this does not meet my aesthetic expectations of how ELisp code should
look like …
This commit is contained in:
Daniel - 2022-11-12 15:47:30 +01:00
parent bba3adef3d
commit 06ec5f3d9e
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -2701,7 +2701,7 @@ With given ARG, display files in `db/important-document-path."
;; General Stuff first
(use-package lisp-mode
:init (setq lisp-indent-function #'common-lisp-indent-function))
:init (setq lisp-indent-function #'lisp-indent-function))
(use-package lispy
:ensure t