From f22ef5705ca3596eb6232e3b7290c1919968d350 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 5 Aug 2022 09:14:50 +0200 Subject: [PATCH] Update default elisp indentation function to new standard value --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index e19121d..da5a353 100644 --- a/init.el +++ b/init.el @@ -2656,7 +2656,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