diff --git a/init.d/programming/common.el b/init.d/programming/common.el index b1cb5f9..7082795 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -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