Fix rainbow-mode autoload
This commit is contained in:
parent
79ad923f86
commit
1c80d928e8
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,8 @@
|
|||
:config
|
||||
(setq rainbow-delimiters-max-face-count 4))
|
||||
|
||||
(use-package rainbow-mode :defer t
|
||||
(use-package rainbow-mode
|
||||
:commands (rainbow-mode)
|
||||
:init
|
||||
;; hl-line-mode and rainbow-mode don't play well together
|
||||
(add-hook! rainbow-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue