emacs.d/abbrev_defs
2023-01-22 18:05:54 +01:00

5 lines
125 B
Text

;;-*-coding: utf-8;-*-
(define-abbrev-table 'global-abbrev-table
'(
("i18n" "internationalization" nil :count 1)
))