(Emacs)~f{abbrev} -> s{abbrev}
This commit is contained in:
@@ -797,22 +797,22 @@ with abstracting a few things away.
|
|||||||
:config
|
:config
|
||||||
(+snippets/deff-abbrev
|
(+snippets/deff-abbrev
|
||||||
global-abbrev-table
|
global-abbrev-table
|
||||||
"fdate"
|
"sdate"
|
||||||
(format-time-string "%Y-%m-%d" (current-time)))
|
(format-time-string "%Y-%m-%d" (current-time)))
|
||||||
|
|
||||||
(+snippets/deff-abbrev
|
(+snippets/deff-abbrev
|
||||||
global-abbrev-table
|
global-abbrev-table
|
||||||
"ftime"
|
"stime"
|
||||||
(format-time-string "%H:%M:%S" (current-time)))
|
(format-time-string "%H:%M:%S" (current-time)))
|
||||||
|
|
||||||
(+snippets/deff-abbrev
|
(+snippets/deff-abbrev
|
||||||
text-mode-abbrev-table
|
text-mode-abbrev-table
|
||||||
"fday"
|
"sday"
|
||||||
(format-time-string "%A" (current-time)))
|
(format-time-string "%A" (current-time)))
|
||||||
|
|
||||||
(+snippets/deff-abbrev
|
(+snippets/deff-abbrev
|
||||||
text-mode-abbrev-table
|
text-mode-abbrev-table
|
||||||
"fmonth"
|
"smonth"
|
||||||
(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