From 920cefe9b022d58f74599a79f66766697d9e18f3 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Fri, 4 Dec 2015 21:35:44 +0530
Subject: [PATCH] disable highlight-todos

---
 init.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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")
-- 
2.45.2