Enable rainbow-delimiters-mode in the sly mrepl
This commit is contained in:
parent
58b6608cbb
commit
4282129190
3
init.el
3
init.el
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user