From 6731d60d459f119331a9739091c4eff7e0f67a6e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 27 Sep 2020 22:12:26 +0100 Subject: (Emacs)~f{abbrev} -> s{abbrev} --- Emacs/.config/emacs/config.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 4d16e8f..12c6dc1 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -797,22 +797,22 @@ with abstracting a few things away. :config (+snippets/deff-abbrev global-abbrev-table - "fdate" + "sdate" (format-time-string "%Y-%m-%d" (current-time))) (+snippets/deff-abbrev global-abbrev-table - "ftime" + "stime" (format-time-string "%H:%M:%S" (current-time))) (+snippets/deff-abbrev text-mode-abbrev-table - "fday" + "sday" (format-time-string "%A" (current-time))) (+snippets/deff-abbrev text-mode-abbrev-table - "fmonth" + "smonth" (format-time-string "%B" (current-time)))) #+end_src *** Skeletons -- cgit v1.2.3-13-gbd6f