Browse Source

annotate TODO in comments

custom
Zhitao Gong 12 years ago
parent
commit
5d8fd5c35a
  1. 3
      core/prelude-core.el

3
core/prelude-core.el

@ -181,7 +181,8 @@ point reaches the beginning or end of the buffer, stop there."
(interactive)
(save-excursion
(goto-char (point-min))
(while (re-search-forward "TODO:" nil t)
(while (re-search-forward
(format "[[:space:]]*%s+[[:space:]]*TODO:" comment-start) nil t)
(let ((overlay (make-overlay (- (point) 5) (point))))
(overlay-put overlay
'before-string

Loading…
Cancel
Save