From 19c6825c8dcff6f87d9fc3144bc8d7425e21d72b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 3 Feb 2015 11:37:28 -0800 Subject: [PATCH] fontify helm-org-headings. --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index da8401f4..62eed0f9 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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."