fontify helm-org-headings.

This commit is contained in:
Ivan Malison 2015-02-03 11:37:28 -08:00
parent 379acbda84
commit 19c6825c8d

View File

@ -628,6 +628,7 @@ The current directory is assumed to be the project's root otherwise."
("C-c C-S-t" . org-todo-force-notes))
:config
(progn
(setq helm-org-headings-fontify t)
;; Enable appointment notifications.
(defadvice org-agenda-to-appt (before wickedcool activate)
"Clear the appt-time-msg-list."