Revert Lisp indentation back to Emacs standard

With `common-lisp-indent-function`, the indentation of `while` was not
correct – oops.

This change will break some current indentations, though.  Stay tuned.
This commit is contained in:
Daniel Borchmann 2024-07-11 21:54:52 +02:00
parent 4a1509981b
commit 1ea28a5823
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -2691,7 +2691,7 @@ eventuelly be set to nil, however)."
(use-package lisp-mode
:mode (("\\.cl\\'" . lisp-mode)
("\\.lisp\\'" . lisp-mode))
:init (setq lisp-indent-function #'common-lisp-indent-function))
:init (setq lisp-indent-function #'lisp-indent-function))
(use-package lispy
:ensure t