aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-org.el')
-rw-r--r--emacs/.emacs.d/init/ycp-org.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el
index 25a8a2a..5918513 100644
--- a/emacs/.emacs.d/init/ycp-org.el
+++ b/emacs/.emacs.d/init/ycp-org.el
@@ -110,6 +110,9 @@
(add-hook 'before-save-hook #'my-org-update-updated)
)
+(my-package org-duration
+ (my-setq-from-local org-duration-units))
+
(my-package org-goto
(setq org-goto-interface 'outline-path-completion)
)