From a8c48d697a1a61cb491a6244ac7ecf647b542ff0 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 15 Feb 2025 22:06:48 +0000 Subject: Add "swho" abbrev to expand to my name + email --- Emacs/.config/emacs/config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 8389a60..a5a22df 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -4363,7 +4363,9 @@ with abstracting a few things away. ("sday" (format-time-string "%A" (current-time))) ("smon" - (format-time-string "%B" (current-time))))) + (format-time-string "%B" (current-time))) + ("swho" + (format "%s <%s>" user-full-name user-mail-address)))) #+end_src ** Amx Amx is a fork of Smex that works to enhance the -- cgit v1.2.3-13-gbd6f