Fix broken org-bullets.

* contrib/lisp/org-bullets.el (org-bullets-mode): Remove bad require.
  Add comma in backticked list to evaluate org-outline-regexp-bol,
  which replaced a regexp constant.
This commit is contained in:
Rick Frankel 2013-03-15 22:23:00 -04:00
parent ac2415ae38
commit 2d2cc48610
1 changed files with 1 additions and 2 deletions

View File

@ -82,9 +82,8 @@ If this is undesirable, one can remove them with
(define-minor-mode org-bullets-mode
"UTF-8 bullets for `org-mode'."
nil nil nil
(require 'org-mode)
(let* ((keyword
`((org-outline-regexp-bol
`((,org-outline-regexp-bol
(0 (let (( level (- (match-end 0) (match-beginning 0) 1)))
(compose-region (- (match-end 0) 2)
(- (match-end 0) 1)