Disable hl-indent-mode.

This commit is contained in:
tastytea 2021-09-29 12:57:53 +02:00
parent d0bd9f3253
commit d27b20f9e8
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 2 deletions

View File

@ -175,8 +175,7 @@ Ignores ARGS."
:config (progn
(set-face-background 'hl-indent-face ; Reverse whitespace-space.
(face-foreground 'whitespace-space))
(set-face-foreground 'hl-indent-face (face-background 'default)))
:hook (prog-mode . hl-indent-mode))
(set-face-foreground 'hl-indent-face (face-background 'default))))
;; Jump to definition using grep.
(use-package dumb-jump