From 2ece7032558cd0be673d65237a01c5e6ffe625f1 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 Nov 2022 15:21:44 +0000 Subject: Move to a GNU Stow config --- doom/.config/doom/abbrev-defs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doom/.config/doom/abbrev-defs (limited to 'doom/.config/doom/abbrev-defs') 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) + )) + -- cgit