Template
Given MODE, ABBREV, and EXPANSION:
(with-eval-after-load 'MODE-mode
(define-abbrev-table 'MODE-mode-abbrev-table
'(("ABBREV" "EXPANSION")))
(add-hook 'MODE-mode-hook #'abbrev-mode))
Given MODE, ABBREV, and EXPANSION:
(with-eval-after-load 'MODE-mode
(define-abbrev-table 'MODE-mode-abbrev-table
'(("ABBREV" "EXPANSION")))
(add-hook 'MODE-mode-hook #'abbrev-mode))