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:
parent
4a1509981b
commit
1ea28a5823
2
init.el
2
init.el
@ -2691,7 +2691,7 @@ eventuelly be set to nil, however)."
|
|||||||
(use-package lisp-mode
|
(use-package lisp-mode
|
||||||
:mode (("\\.cl\\'" . lisp-mode)
|
:mode (("\\.cl\\'" . lisp-mode)
|
||||||
("\\.lisp\\'" . 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
|
(use-package lispy
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user