Enable new global-rainbow-delimiters-mode
This commit is contained in:
parent
9f42cc0bba
commit
8d1a79a72c
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,6 @@
|
|||
nil
|
||||
`((,integer-regex-1 0 font-lock-constant-face)
|
||||
(,integer-regex-2 0 font-lock-constant-face)))
|
||||
(rainbow-delimiters-mode)
|
||||
(ext/pretty-lambdas)
|
||||
(set-column-markers 73 81))
|
||||
|
||||
|
@ -206,6 +205,7 @@
|
|||
;;-----[ Rainbow delimiters ]--------------------------------------------
|
||||
(require 'rainbow-delimiters)
|
||||
(setq rainbow-delimiters-max-face-count 8)
|
||||
(global-rainbow-delimiters-mode)
|
||||
|
||||
;;-----[ Uniquify ]------------------------------------------------------
|
||||
(require 'uniquify)
|
||||
|
|
Loading…
Reference in a new issue