Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2021-04-19 22:55:58 -04:00
commit e641d37360
1 changed files with 1 additions and 1 deletions

View File

@ -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)