From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Fri, 4 Dec 2015 16:05:44 +0000 (+0530)
Subject: disable highlight-todos
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/URI:LIT:krugkidfnzsc4/@@named=/schema.xhtml?a=commitdiff_plain;h=920cefe9b022d58f74599a79f66766697d9e18f3;p=.emacs.d.git

disable highlight-todos
---

diff --git a/init.el b/init.el
index 12b1e81..e8551c0 100644
--- a/init.el
+++ b/init.el
@@ -224,7 +224,7 @@
 (ac-linum-workaround)
 
 ;; highlight todo
-(add-hook 'prog-mode-hook 'highlight-todos)
+;; (add-hook 'prog-mode-hook 'highlight-todos)
 
 ;; Ledger
 (setq ledger-binary-path "~/.cabal/bin/hledger")