From 626630665a537f6117d2aff1dcd9a276e1595237 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 3 Nov 2018 10:31:27 +0100 Subject: [PATCH] =?UTF-8?q?[Org]=20Add=20missing=20docstring=20for=20?= =?UTF-8?q?=E2=80=98db/org-clock-current-task-file=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 a8aa758..bf3d891 100644 --- a/init.el +++ b/init.el @@ -691,6 +691,7 @@ _h_ _l_ _o_k _y_ank :type 'string) (defcustom db/org-clock-current-task-file "~/.org-current-task" + "File to save the currently clocked in task to." :group 'personal-settings :type 'string)