branch: externals/ef-themes commit d6dd727c27c83e6908912c00cefbd644371e92be Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Style file names in git (Magit) commits --- ef-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ef-themes.el b/ef-themes.el index 47e3d65e7f..7cf587e715 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -245,6 +245,7 @@ ;;;; git-commit `(git-commit-comment-action ((,c :inherit font-lock-comment-face))) `(git-commit-comment-heading ((,c :inherit (bold font-lock-comment-face)))) + `(git-commit-comment-file ((,c :inherit font-lock-comment-face :foreground ,constant))) `(git-commit-keyword ((,c :foreground ,keyword))) `(git-commit-nonempty-second-line ((,c :inherit error))) `(git-commit-overlong-summary ((,c :inherit warning)))