Merge pull request #38 from avkoval/main

Add support for `highlight-identation` mode
This commit is contained in:
Protesilaos Stavrou 2024-02-25 07:49:44 +02:00 committed by GitHub
commit be119ab05b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -1356,6 +1356,7 @@ everything most users need.
- git-rebase
- gnus
- hi-lock (=M-x highlight-regexp=)
- highlight-indentation
- ibuffer
- image-dired
- imenu-list [ Part of {{{development-version}}}. ]

View file

@ -1568,6 +1568,8 @@ text should not be underlined as well) yet still blend in."
:background "white" :foreground "#af6f00" :inverse-video t)
(((class color) (min-colors 88) (background dark))
:background "black" :foreground "#faea00" :inverse-video t)))
;;;; highlight-indentation mode
`(highlight-indentation-face ((,c :background ,bg-dim)))
;;;; ibuffer
`(ibuffer-locked-buffer ((,c :foreground ,warning)))
;;;; image-dired