emacs.d/abbrev_defs

6 lines
125 B
Text
Raw Normal View History

2023-01-22 18:05:54 +01:00
;;-*-coding: utf-8;-*-
(define-abbrev-table 'global-abbrev-table
'(
("i18n" "internationalization" nil :count 1)
))