aboutsummaryrefslogtreecommitdiffstats
path: root/doom/abbrev-defs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-11-19 00:41:59 +0000
committerYann Herklotz <git@yannherklotz.com>2022-11-19 00:42:31 +0000
commita30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a (patch)
tree8cbdd881b0c5010513171f2ee06862bd98d45c89 /doom/abbrev-defs
parent07b6f9222d743d54380faef01c5ebf7108d1f02c (diff)
downloaddotfiles-a30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a.tar.gz
dotfiles-a30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a.zip
Add changes to doom emacs and zsh
Diffstat (limited to 'doom/abbrev-defs')
-rw-r--r--doom/abbrev-defs2
1 files changed, 0 insertions, 2 deletions
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)
))