From 25f0fe5d68ebec67f3a1ca2f24c4a0bc8e49381f Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 5 Apr 2024 09:12:32 +1100 Subject: [emacs][urxvt] bunch of small changes - add org clock string to frame title - add ansi color to compilation buffer - look for project source dir from build dir - fix my-kill-sexp-or-comment - more lines in urxvt --- emacs/.emacs.d/init/ycp-org.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs/.emacs.d/init/ycp-org.el') 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 -- cgit v1.2.3