Disable hl-indent-mode.
This commit is contained in:
parent
d0bd9f3253
commit
d27b20f9e8
|
@ -175,8 +175,7 @@ Ignores ARGS."
|
||||||
:config (progn
|
:config (progn
|
||||||
(set-face-background 'hl-indent-face ; Reverse whitespace-space.
|
(set-face-background 'hl-indent-face ; Reverse whitespace-space.
|
||||||
(face-foreground 'whitespace-space))
|
(face-foreground 'whitespace-space))
|
||||||
(set-face-foreground 'hl-indent-face (face-background 'default)))
|
(set-face-foreground 'hl-indent-face (face-background 'default))))
|
||||||
:hook (prog-mode . hl-indent-mode))
|
|
||||||
|
|
||||||
;; Jump to definition using grep.
|
;; Jump to definition using grep.
|
||||||
(use-package dumb-jump
|
(use-package dumb-jump
|
||||||
|
|
Loading…
Reference in New Issue
Block a user