aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config')
-rw-r--r--Emacs/.config/emacs/config.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 20696af..f951381 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -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