From a30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 Nov 2022 00:41:59 +0000 Subject: Add changes to doom emacs and zsh --- doom/abbrev-defs | 2 -- 1 file changed, 2 deletions(-) (limited to 'doom/abbrev-defs') diff --git a/doom/abbrev-defs b/doom/abbrev-defs index 2f5eafe..b9b6d7e 100644 --- a/doom/abbrev-defs +++ b/doom/abbrev-defs @@ -1,10 +1,8 @@ ;;-*-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) )) -- cgit