Add clocker.

This commit is contained in:
Ivan Malison 2015-08-02 15:33:44 -07:00
parent 60e0de571e
commit e6a414f537

View File

@ -1032,6 +1032,8 @@ the same tree node, and the headline of the tree node in the Org-mode file."
(add-hook 'org-mode-hook (lambda () (setq org-todo-key-trigger t)))
(add-hook 'org-agenda-mode-hook 'disable-linum-mode)))
(use-package clocker :ensure t)
(use-package org-projectile
:ensure t
:demand t