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