aboutsummaryrefslogtreecommitdiffstats
path: root/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/abbrev-defs
parentd9028e12d857d1fdb68b507bfa8dffbd64b7b2f7 (diff)
downloaddotfiles-2ece7032558cd0be673d65237a01c5e6ffe625f1.tar.gz
dotfiles-2ece7032558cd0be673d65237a01c5e6ffe625f1.zip
Move to a GNU Stow config
Diffstat (limited to 'doom/abbrev-defs')
-rw-r--r--doom/abbrev-defs9
1 files changed, 0 insertions, 9 deletions
diff --git a/doom/abbrev-defs b/doom/abbrev-defs
deleted file mode 100644
index b9b6d7e..0000000
--- a/doom/abbrev-defs
+++ /dev/null
@@ -1,9 +0,0 @@
-;;-*-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)
- ))
-