Rename prelude-add-comment-annotations to prelude-font-lock-comment-annotations
This commit is contained in:
parent
b474df9609
commit
a752457a62
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@
|
|||
(defun prelude-local-comment-auto-fill ()
|
||||
(set (make-local-variable 'comment-auto-fill-only-comments) t))
|
||||
|
||||
(defun prelude-add-comment-annotations ()
|
||||
(defun prelude-font-lock-comment-annotations ()
|
||||
"Highlight a bunch of well known comment annotations.
|
||||
|
||||
This functions should be added to the hooks of major modes for programming."
|
||||
|
@ -122,7 +122,7 @@ This functions should be added to the hooks of major modes for programming."
|
|||
(guru-mode +1))
|
||||
(prelude-enable-whitespace)
|
||||
(prelude-local-comment-auto-fill)
|
||||
(prelude-add-comment-annotations))
|
||||
(prelude-font-lock-comment-annotations))
|
||||
|
||||
(setq prelude-prog-mode-hook 'prelude-prog-mode-defaults)
|
||||
|
||||
|
|
Loading…
Reference in a new issue