Skip to content

Commit

Permalink
refactor: colorful-prefix-string
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Dec 28, 2024
1 parent ed5f1b3 commit 97c11b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lisp/init-highlight.el
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ FACE defaults to inheriting from default and highlight."
(use-package colorful-mode
:diminish
:hook (after-init . global-colorful-mode)
:init (setq colorful-use-prefix t
colorful-prefix-string "")
:init (setq colorful-use-prefix t)
:config (dolist (mode '(html-mode php-mode help-mode helpful-mode))
(add-to-list 'global-colorful-modes mode)))
(use-package rainbow-mode
Expand Down

0 comments on commit 97c11b8

Please sign in to comment.