summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-04-19 22:55:58 -0400
committerKyle Meyer <kyle@kyleam.com>2021-04-19 22:55:58 -0400
commite641d3736036732e7642807146a97b0876cb8b83 (patch)
tree0f6ed40718ed1108e225fe449e4d632d7b4dee8b
parentca7219db7c16dd3cc5332b07b8a5c539fa8ef34d (diff)
parent9b4dbe5f03ceba273a15f9f3610cea7c44118c66 (diff)
downloadorg-mode-e641d3736036732e7642807146a97b0876cb8b83.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el
index 32897e6..abef082 100644
--- a/lisp/org-mouse.el
+++ b/lisp/org-mouse.el
@@ -893,7 +893,7 @@ This means, between the beginning of line and the point."
(font-lock-add-keywords
nil
`(("^[ \t]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\\)"
- (2 `(face bold keymap ,org-mouse-map mouse-face highlight) t)))
+ (2 `(face org-checkbox keymap ,org-mouse-map mouse-face highlight) t)))
t))
(defadvice org-open-at-point (around org-mouse-open-at-point activate)