(Emacs)~change names of abbrevs to 4 letters for efficiency

This commit is contained in:
2021-03-12 07:26:21 +00:00
parent f1cd868cd8
commit 2ca774e252

View File

@@ -783,12 +783,12 @@ when expansion is a function."
:config
(+autotyping/deff-abbrev
global-abbrev-table
"sdate"
"sdte"
(format-time-string "%Y-%m-%d" (current-time)))
(+autotyping/deff-abbrev
global-abbrev-table
"stime"
"stme"
(format-time-string "%H:%M:%S" (current-time)))
(+autotyping/deff-abbrev
@@ -798,7 +798,7 @@ when expansion is a function."
(+autotyping/deff-abbrev
text-mode-abbrev-table
"smonth"
"smon"
(format-time-string "%B" (current-time))))
#+end_src
*** Skeletons