Enable rainbow-delimiters-mode in the sly mrepl

This commit is contained in:
Alexander Rosenberg 2025-02-08 15:07:40 -08:00
parent 58b6608cbb
commit 4282129190
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -2032,7 +2032,8 @@ line in the block and manually deal with indentation."
(unless (derived-mode-p 'c++-mode)
(let ((delayed-mode-hooks nil))
(delay-mode-hooks
(lisp-mode))))
(lisp-mode)
(rainbow-delimiters-mode 1))))
(let ((inhibit-message t))
(indent-tabs-mode -1))
(unless font-lock-mode