Explorar o código

Merge branch 'maint'

Kyle Meyer %!s(int64=4) %!d(string=hai) anos
pai
achega
e641d37360
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-mouse.el

+ 1 - 1
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)