From 06ec5f3d9e5f9db182c961c5a043cfc14f26c7be Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 12 Nov 2022 15:47:30 +0100 Subject: [PATCH] Do not use Common Lisp indentation by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Somehow this does not meet my aesthetic expectations of how ELisp code should look like … --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 2e0ac0d..cd8596c 100644 --- a/init.el +++ b/init.el @@ -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