[Org] Make ‘db/org-clock-current-task-file’ customizable

This commit is contained in:
Daniel - 2018-11-03 10:29:50 +01:00
parent 00934a6bec
commit 92306694c0
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 2 deletions

View File

@ -690,8 +690,9 @@ _h_ _l_ _o_k _y_ank
:group 'personal-settings
:type 'string)
(defvar db/org-clock-current-task-file
"~/.org-current-task")
(defcustom db/org-clock-current-task-file "~/.org-current-task"
:group 'personal-settings
:type 'string)
(use-package org-clock
:init (setq org-clock-history-length 23