From d910d23f5b434842b7efb62b96469b5b97158adc Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 3 Nov 2018 15:45:55 +0100 Subject: [PATCH] =?UTF-8?q?[Org]=20Add=20missing=20autoload=20for=20?= =?UTF-8?q?=E2=80=98org-clock-save=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index bc02c0a..8785693 100644 --- a/init.el +++ b/init.el @@ -832,6 +832,7 @@ _h_ _l_ _o_k _y_ank (use-package org-clock :defer t + :commands (org-clock-save) :init (setq org-clock-history-length 23 org-clock-in-resume t org-clock-into-drawer t