aboutsummaryrefslogtreecommitdiffstats
path: root/doom/.config/doom/abbrev-defs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-11-19 15:21:44 +0000
committerYann Herklotz <git@yannherklotz.com>2022-11-19 15:21:44 +0000
commit2ece7032558cd0be673d65237a01c5e6ffe625f1 (patch)
treebc88a1eecb4f70e212bf8c2a5e3755120a05d856 /doom/.config/doom/abbrev-defs
parentd9028e12d857d1fdb68b507bfa8dffbd64b7b2f7 (diff)
downloaddotfiles-2ece7032558cd0be673d65237a01c5e6ffe625f1.tar.gz
dotfiles-2ece7032558cd0be673d65237a01c5e6ffe625f1.zip
Move to a GNU Stow config
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)
+ ))
+