From 4f107dd28e607aa9ff943b4cc9993daeaa614255 Mon Sep 17 00:00:00 2001 From: Daniel Perez Alvarez Date: Wed, 25 Dec 2024 15:19:14 -0800 Subject: [PATCH] style: indent code --- apheleia-formatters.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apheleia-formatters.el b/apheleia-formatters.el index cbf595c..ba3aad1 100644 --- a/apheleia-formatters.el +++ b/apheleia-formatters.el @@ -1178,7 +1178,7 @@ For more implementation detail, see (setq-local indent-line-function (buffer-local-value 'indent-line-function buffer)) (setq-local lisp-indent-function - (buffer-local-value 'lisp-indent-function buffer)) + (buffer-local-value 'lisp-indent-function buffer)) (setq-local indent-tabs-mode (buffer-local-value 'indent-tabs-mode buffer)) (goto-char (point-min))