Add "swho" abbrev to expand to my name + email

This commit is contained in:
2025-02-15 22:06:48 +00:00
parent 82dca8dd86
commit a8c48d697a

View File

@@ -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