From 9727c17dd99997ca3879433b02d948af8bf39b47 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 12 Sep 2020 09:40:47 +0200 Subject: [PATCH] Don't make diary entries from org agenda The standard diary is not used in this configuration, and using the "i" key for clocking is much more natural then. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 81f06b2..78f8268 100644 --- a/init.el +++ b/init.el @@ -984,6 +984,7 @@ With given ARG, display files in `db/important-document-path’." (use-package org-agenda :commands (org-agenda) :bind (:map org-agenda-mode-map + ("i" . org-agenda-clock-in) ("v" . hydra-org-agenda-view/body)) :init (setq org-agenda-include-diary t org-agenda-span 1