From e6a414f537a329e9f063c5535d1f5235dc716b56 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 2 Aug 2015 15:33:44 -0700 Subject: [PATCH] Add clocker. --- dotfiles/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 4e2831b5..7b41a177 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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