(Emacs)~change names of abbrevs to 4 letters for efficiency
This commit is contained in:
@@ -783,12 +783,12 @@ when expansion is a function."
|
|||||||
:config
|
:config
|
||||||
(+autotyping/deff-abbrev
|
(+autotyping/deff-abbrev
|
||||||
global-abbrev-table
|
global-abbrev-table
|
||||||
"sdate"
|
"sdte"
|
||||||
(format-time-string "%Y-%m-%d" (current-time)))
|
(format-time-string "%Y-%m-%d" (current-time)))
|
||||||
|
|
||||||
(+autotyping/deff-abbrev
|
(+autotyping/deff-abbrev
|
||||||
global-abbrev-table
|
global-abbrev-table
|
||||||
"stime"
|
"stme"
|
||||||
(format-time-string "%H:%M:%S" (current-time)))
|
(format-time-string "%H:%M:%S" (current-time)))
|
||||||
|
|
||||||
(+autotyping/deff-abbrev
|
(+autotyping/deff-abbrev
|
||||||
@@ -798,7 +798,7 @@ when expansion is a function."
|
|||||||
|
|
||||||
(+autotyping/deff-abbrev
|
(+autotyping/deff-abbrev
|
||||||
text-mode-abbrev-table
|
text-mode-abbrev-table
|
||||||
"smonth"
|
"smon"
|
||||||
(format-time-string "%B" (current-time))))
|
(format-time-string "%B" (current-time))))
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Skeletons
|
*** Skeletons
|
||||||
|
|||||||
Reference in New Issue
Block a user