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