]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
disable highlight-todos
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Fri, 4 Dec 2015 16:05:44 +0000 (21:35 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Fri, 4 Dec 2015 16:05:44 +0000 (21:35 +0530)
init.el

diff --git a/init.el b/init.el
index 12b1e81397d9ed0827aaf622b42e88dfe00b841f..e8551c0e4c87bee686b13e1bb4f09addd9fee1f9 100644 (file)
--- a/init.el
+++ b/init.el
 (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")