aboutsummaryrefslogtreecommitdiffstats
path: root/doom/.config/doom/abbrev-defs
blob: b9b6d7ebb71e5adc409b8cae598d9c8b0ca0d898 (plain)
1
2
3
4
5
6
7
8
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)
   ))