mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
Add highlight-indentation package
This commit is contained in:
@@ -41,6 +41,13 @@
|
||||
"Prevent annoying \"Active processes exist\" query when you quit Emacs."
|
||||
(flet ((process-list ())) ad-do-it)))
|
||||
|
||||
(use-package highlight-indentation
|
||||
:diminish highlight-indentation-mode
|
||||
:config
|
||||
(add-hook! (prog-mode scss-mode)
|
||||
(unless (eq major-mode 'emacs-lisp-mode)
|
||||
(highlight-indentation-mode 1))))
|
||||
|
||||
(use-package nlinum ; line numbers
|
||||
:defer t
|
||||
:defines nlinum--width
|
||||
|
@@ -88,6 +88,9 @@
|
||||
`(whitespace-newline ((t (:foreground "#444444"))))
|
||||
`(whitespace-trailing ((t (:background "#553333"))))
|
||||
|
||||
`(highlight-indentation-face ((t (:background "#2f3641"))))
|
||||
`(highlight-indentation-current-column-face ((t (:background ,gutter-light))))
|
||||
|
||||
`(git-gutter+-modified ((t (:foreground ,git-modified :background nil))))
|
||||
`(git-gutter+-added ((t (:foreground ,git-added :background nil))))
|
||||
`(git-gutter+-deleted ((t (:foreground ,git-deleted :background nil))))
|
||||
|
Reference in New Issue
Block a user