aboutsummaryrefslogtreecommitdiffstats
path: root/doom/abbrev-defs
blob: 2f5eafe0f8473f1822424638fb8049440a6dadee (plain)
1
2
3
4
5
6
7
8
9
10
11
;;-*-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)
   ))