aboutsummaryrefslogtreecommitdiffstats
path: root/doom/abbrev-defs
diff options
context:
space:
mode:
Diffstat (limited to 'doom/abbrev-defs')
-rw-r--r--doom/abbrev-defs11
1 files changed, 11 insertions, 0 deletions
diff --git a/doom/abbrev-defs b/doom/abbrev-defs
new file mode 100644
index 0000000..2f5eafe
--- /dev/null
+++ b/doom/abbrev-defs
@@ -0,0 +1,11 @@
+;;-*-coding: utf-8;-*-
+(define-abbrev-table 'global-abbrev-table
+ '(
+ ("T" "The" nil :count 4)
+ ("alth" "although" nil :count 1)
+ ("bc" "because" nil :count 0)
+ ("t" "the" nil :count 1)
+ ("th" "though" nil :count 0)
+ ("vc" "Vericert" nil :count 0)
+ ))
+