diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-11 11:33:02 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-11 11:33:02 +0100 |
| commit | 4a01405bf1b6cdcaafabcbf7692a1ad0f67ea7b5 (patch) | |
| tree | f76ca9b68d49b057c090d532aedcd987aa30abbd /lisp/magit.el | |
| parent | 9a5228e2a952cd95c3585070865d1af158fc57ad (diff) | |
magit-insert-heading: Use font-lock-keyword-face
Diffstat (limited to 'lisp/magit.el')
| -rw-r--r-- | lisp/magit.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/magit.el b/lisp/magit.el index c076f4d..90ea550 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -570,6 +570,7 @@ is run in the top-level directory of the current working tree." (1 'font-lock-keyword-face) (2 'font-lock-function-name-face nil t)) (,(concat "(" (regexp-opt '("magit-insert-section" + "magit-insert-heading" "magit-section-case" "magit-bind-match-strings" "magit-with-temp-index" |
