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.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el
index 8364810..4ae1ed3 100644
--- a/emacs/.emacs.d/init/ycp-org.el
+++ b/emacs/.emacs.d/init/ycp-org.el
@@ -108,6 +108,11 @@
(plist-put org-format-latex-options :scale 1.5)
(setq org-reverse-note-order t)
(add-hook 'before-save-hook #'my-org-update-updated)
+ ;; Add org mode line string, including `org-clock-get-clock-string'
+ (setq frame-title-format
+ '(multiple-frames "%b"
+ ("" "%b - GNU Emacs at " system-name
+ " " org-mode-line-string)))
)
(my-package org-duration