aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-02-11 11:33:02 +0100
committerJonas Bernoulli <jonas@bernoul.li>2025-02-11 11:33:02 +0100
commit4a01405bf1b6cdcaafabcbf7692a1ad0f67ea7b5 (patch)
treef76ca9b68d49b057c090d532aedcd987aa30abbd /lisp/magit.el
parent9a5228e2a952cd95c3585070865d1af158fc57ad (diff)
magit-insert-heading: Use font-lock-keyword-face
Diffstat (limited to 'lisp/magit.el')
-rw-r--r--lisp/magit.el1
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"