aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emacs/.config/emacs/config.org4
1 files changed, 3 insertions, 1 deletions
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