From a636fa50d794b140a4827b1c3384fa8a00daa741 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 3 Sep 2025 01:52:41 -0500 Subject: avoid hardcoding initials --- modules/ai-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/ai-config.el b/modules/ai-config.el index 999a1200..a2c89cad 100644 --- a/modules/ai-config.el +++ b/modules/ai-config.el @@ -95,7 +95,7 @@ ;; Dynamic user prefix for org-mode heading (string, refreshed just before send) (defun cj/gptel--fresh-org-prefix () - (concat "*** cj " (format-time-string "[%Y-%m-%d %H:%M:%S]") "\n")) + (concat "*** " user-login-name " " (format-time-string "[%Y-%m-%d %H:%M:%S]") "\n")) ;; Initialize as a string (GPTel expectation) (setf (alist-get 'org-mode gptel-prompt-prefix-alist) -- cgit v1.2.3