Add "swho" abbrev to expand to my name + email
This commit is contained in:
@@ -4363,7 +4363,9 @@ with abstracting a few things away.
|
|||||||
("sday"
|
("sday"
|
||||||
(format-time-string "%A" (current-time)))
|
(format-time-string "%A" (current-time)))
|
||||||
("smon"
|
("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
|
#+end_src
|
||||||
** Amx
|
** Amx
|
||||||
Amx is a fork of Smex that works to enhance the
|
Amx is a fork of Smex that works to enhance the
|
||||||
|
|||||||
Reference in New Issue
Block a user