aboutsummaryrefslogtreecommitdiffstats
path: root/doom/abbrev-defs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-10-10 13:31:44 +0100
committerYann Herklotz <git@yannherklotz.com>2022-10-10 13:31:44 +0100
commit110196dafef29ef476aa78429a2677f928571241 (patch)
tree8f2f876cd7be5863f09b8e36de1f0fce780d8578 /doom/abbrev-defs
parent9a05071425eb900a7619a22aa88284b91b3c0ba4 (diff)
downloaddotfiles-110196dafef29ef476aa78429a2677f928571241.tar.gz
dotfiles-110196dafef29ef476aa78429a2677f928571241.zip
Add more for doom emacs
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)
+ ))
+